-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for composefs #3483
Conversation
d46ce9e
to
2398866
Compare
jenkins flaked on a kola test, and not sure what happened with the prow one |
Still not sure what's going on with the prow timeouts |
2398866
to
710cc0a
Compare
This mostly LGTM but it would be nice to have a general design document to clarify how all of this will interact as there are currently no documentation as far as I could see. |
I've created ostreedev/ostree#2867 as an initial doc (please feel free to edit). |
710cc0a
to
d8e342b
Compare
/retest |
d8e342b
to
75b7bdf
Compare
This pairs with ostreedev/ostree#2640 It's all off by default (to state the obvious). But one can do e.g.: ``` $ cat >> src/config/image.yaml << EOF composefs: true EOF ``` To test out the fsverity bits, you also want `rootfs: ext4verity` More in ostreedev/ostree#2867
75b7bdf
to
004bc47
Compare
OK, per the recent direction in ostree upstream we will be directly reusing the existing ostree signature support, which means we can just drop all things related to signing and keys from this code. Now this option boils down to enabling a documented repo flag. |
/retest |
/retest |
Thanks for the nice documentation! LGTM |
/retest |
This pairs with ostreedev/ostree#2640
It's all off by default (to state the obvious). But one can do e.g.:
To test out the fsverity bits, you also want
rootfs: ext4verity
More in ostreedev/ostree#2867