-
Notifications
You must be signed in to change notification settings - Fork 609
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
feat(lep): backing image clone and encryption support #8740
feat(lep): backing image clone and encryption support #8740
Conversation
fd27c9c
to
ef4ff50
Compare
enhancements/20240612-backing-image-encryption-and-clone-supprt.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general LGTM
ef4ff50
to
2c52088
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, LGTM.
enhancements/20240612-backing-image-encryption-and-clone-supprt.md
Outdated
Show resolved
Hide resolved
ref: longhorn/longhorn 7051 Signed-off-by: Jack Lin <jack.lin@suse.com>
2c52088
to
1b50ae4
Compare
Will the progress of the encryption or decryption be displayed? |
Hi @derekbit Yes, it is using the same mechanism as The PR is ready |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backingImage: "parrot-cloned-encrypted" | ||
backingImageDataSourceType: "clone" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi ChanYiLin, I have a question.
If I decided to use same secret, do I need to create a new storage class when I try to encrypt different backingimages each time? Or I could just use one storage class to encrypt all?
The reason I asked that is I saw this example storage class has the backingimage
and backingImageDataSourceType
. Thank you.
Just a misunderstanding, each backingimage has its own SC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discussed with @Yu-Jack
each backing image will have its own storageclass
ref: #7051