Re: [PATCH 2/2] block/rbd: support keyring option via QAPI

2025-06-19 Thread Ilya Dryomov
On Mon, Jun 16, 2025 at 2:51 PM Fiona Ebner wrote: > > Am 16.06.25 um 11:34 schrieb Ilya Dryomov: > > On Thu, May 15, 2025 at 1:29 PM Fiona Ebner wrote: > >> > >> In Proxmox VE, it is not always required to have a dedicated Ceph > >> configuration file, and using the 'key-secret' QAPI option woul

Re: [PATCH 2/2] block/rbd: support keyring option via QAPI

2025-06-16 Thread Fiona Ebner
Am 16.06.25 um 11:34 schrieb Ilya Dryomov: > On Thu, May 15, 2025 at 1:29 PM Fiona Ebner wrote: >> >> In Proxmox VE, it is not always required to have a dedicated Ceph >> configuration file, and using the 'key-secret' QAPI option would >> require obtaining a key from the keyring first. The keyring

Re: [PATCH 2/2] block/rbd: support keyring option via QAPI

2025-06-16 Thread Ilya Dryomov
On Thu, May 15, 2025 at 1:29 PM Fiona Ebner wrote: > > In Proxmox VE, it is not always required to have a dedicated Ceph > configuration file, and using the 'key-secret' QAPI option would > require obtaining a key from the keyring first. The keyring location > is readily available however, so havi