Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption

2023-01-12 Thread Daniel P . Berrangé
gmail.com > > Subject: [EXTERNAL] Re: [PATCH v4 3/3] block/rbd: Add support for layered > > encryption > > > > I don't think we should be reporting this differently. > > > > The layering is not a different encryption format. It is a configuration > >

RE: [PATCH v4 3/3] block/rbd: Add support for layered encryption

2023-01-12 Thread Or Ozeri
> -Original Message- > From: Daniel P. Berrangé > Sent: Thursday, 12 January 2023 14:50 > To: Or Ozeri > Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org; Danny Harnik > ; idryo...@gmail.com > Subject: [EXTERNAL] Re: [PATCH v4 3/3] block/rbd: Add support for layere

Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption

2023-01-12 Thread Daniel P . Berrangé
On Sun, Nov 20, 2022 at 04:28:36AM -0600, Or Ozeri wrote: > Starting from ceph Reef, RBD has built-in support for layered encryption, > where each ancestor image (in a cloned image setting) can be possibly > encrypted using a unique passphrase. > > A new function, rbd_encryption_load2, was added t

Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption

2023-01-12 Thread Ilya Dryomov
On Sun, Nov 20, 2022 at 11:28 AM Or Ozeri wrote: > > Starting from ceph Reef, RBD has built-in support for layered encryption, > where each ancestor image (in a cloned image setting) can be possibly > encrypted using a unique passphrase. > > A new function, rbd_encryption_load2, was added to librb

[PATCH v4 3/3] block/rbd: Add support for layered encryption

2022-11-20 Thread Or Ozeri
Starting from ceph Reef, RBD has built-in support for layered encryption, where each ancestor image (in a cloned image setting) can be possibly encrypted using a unique passphrase. A new function, rbd_encryption_load2, was added to librbd API. This new function supports an array of passphrases (vi