Jack Lin
Jack Lin
There are two kinds of components in Longhorn. One is user deployed like `longhorn-manager`, the other is system managed like `engine-image` For those system managed components, you have to update...
Hi @chriscchien both doc and UI PR are merged. Thanks
The root cause is that the UI didn't support `backupMode` now so the string is empty I did add the webhook to patch the `backupMode` when it is empty But...
Hi @yangchiu Good catch! Fixed the issues and tested in my local env. Please check again, thanks
## Experiments ### Create Encrypted Volume with BackingImage - **FAILED** 1. Create StorageClass with BackingImage and Encryption Info ``` kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: longhorn-crypto-global provisioner: driver.longhorn.io allowVolumeExpansion: true...
## Experiments ### Create Encrypted Volume with Encrypted BackingImage - **SUCCEEDED** 1. Create a Encrypted Volume `VolumeA` first 2. Write some data 3. Export the Volume to BackingImage `BackingImageA` 4....
## Other Reference ### AWS AWS supports following three scenarios: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html - Encrypt a volume during launch - In this example, an AMI backed by an unencrypted snapshot is used...
## Experiments ### Manually Encrypt a Non-encrypted Raw Backing Image - **SUCCEEDED** - Create a BackingImage with testing raw image - `https://longhorn-backing-image.s3-us-west-1.amazonaws.com/parrot.raw` - 32MB - Login to the host and...
### TODO - [ ] LEP: https://github.com/longhorn/longhorn/pull/8740 - [ ] backing-image-manager PR: https://github.com/longhorn/backing-image-manager/pull/251 - [ ] longhorn-manager PR: https://github.com/longhorn/longhorn-manager/pull/2876 - [ ] longhorn CRD PR: https://github.com/longhorn/longhorn/pull/8790 ~~- [ ] generate...
## Depends on the PRs: - https://github.com/longhorn/types/pull/46 - https://github.com/longhorn/longhorn-spdk-engine/pull/316 - https://github.com/longhorn/longhorn-instance-manager/pull/870