extend volume
I install openstack ROCKY version.I use ceph as backend. I extend a volume by ceph resize.but when i enter to windows i can not see the extra volume and if i hard reboot the vm after that extra volume appear. the question is how to appear extra volume without hard rebooting thanks
If you mean Ceph as Cinder backend, don't extend the Ceph block device, but use openstack volume set. Before microversion 3.42, that only works when the volume is not attached.
According to the API description, volume extend notifies Nova that the volume has been extended. Manually increasing the size of the Ceph object doesn't update Nova.
Now I have a few problems. The openstack client doesn't allow me to specify microversion 3.42. I guess this is a bug. The cinder client returns with a bogus error message. Also a bug. To extend an attached volume in Rocky, currently, I suppose you have to submit the API manually.
the
openstack volume set
is not work for me and the volume stuck in queued so i extend it by ceph how to said the windows to know a bout extend volume?I don't know if and how you can tell Windows to recheck the size of a volume. Also, I am not sure if the hypervisor knows that the volume size has changed.