stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

network storage fix #58

Closed raspbeguy closed 4 years ago

raspbeguy commented 4 years ago

Hello, I fixed some stuff in the network storage support:

ALso I wish to share the list of parameters in the auth section that are wrongly named, but cannot be changed because it would imply some breaking changes:

If there is a way to change that, I think that would be much more explicit.

goetzk commented 4 years ago

The changes were only recently merged in #48 so if names will be changed now is the best time to do it.

'name' and 'token' are how these items are described to ceph/rbd (my targets). it never occurred to me to line up the terminology with libvirt in general.

raspbeguy commented 4 years ago

The "token" you're referring to is the UUID of the libvirt secret that stores the RADOS passphrase. This isn't anything related to ceph. The name "token" can also be misunderstood as the RADOS passphrase.

raspbeguy commented 4 years ago

So should I change those variable names or would you like to do it yourself?

goetzk commented 4 years ago

Please do make the change !