First, i'm appreciate to your hard work.
i have a question for using virt-{X} commands (virt-customize, virt-cat and so on...).
Is there any way to connect RBD storage including keyring for using virt-X commands?
it seems possible with `guestfish add`, but i could not find out with -a option.
https://libguestfs.org/guestfish.1.html#adding-remote-storage
(ex. -a rbd://example.com[:port]/pool/disk)
i tried hard, but switching virt-X commands to `guestfish` is so difficult.
- like `virt-customize`
virt-customize --hostname -> guestfish add pool/image protocol:rbd
username:admin server:example.com:1234 secret:{keyring} : run : mount ~~~ : write
/etc/hostname ~~~)
If there is a way, I would appreciate it if you could let me know.
Thanks