Re: librbd encryption and guest XML

2024-06-17 Thread Daniel P . Berrangé
On Mon, Jun 17, 2024 at 10:01:13AM -0700, melanie witt wrote: > On 6/17/24 02:02, Daniel P. Berrangé wrote: > > On Thu, Jun 13, 2024 at 08:06:17PM -0700, melanie witt wrote: > > > Hi, > > > > > > I have been trying to use the librbd engine to run a guest from an > > > encrypted > > > RBD image an

Re: librbd encryption and guest XML

2024-06-17 Thread melanie witt
On 6/17/24 02:02, Daniel P. Berrangé wrote: On Thu, Jun 13, 2024 at 08:06:17PM -0700, melanie witt wrote: Hi, I have been trying to use the librbd engine to run a guest from an encrypted RBD image and am running into some problems. What I would like to do is: 1. Start from an unencrypted raw

Re: librbd encryption and guest XML

2024-06-17 Thread Daniel P . Berrangé
On Thu, Jun 13, 2024 at 08:06:17PM -0700, melanie witt wrote: > Hi, > > I have been trying to use the librbd engine to run a guest from an encrypted > RBD image and am running into some problems. > > What I would like to do is: > > 1. Start from an unencrypted raw image with an OS > 2. Make an e

librbd encryption and guest XML

2024-06-13 Thread melanie witt
Hi, I have been trying to use the librbd engine to run a guest from an encrypted RBD image and am running into some problems. What I would like to do is: 1. Start from an unencrypted raw image with an OS 2. Make an encrypted clone of that image 3. Boot a guest from the encrypted clone image