[Openstack-operators] Error migrating Cinder VOLUMES
Alvise Dorigo
alvise.dorigo at pd.infn.it
Wed Jun 25 08:58:25 UTC 2014
Hi
I'm trying the migration of a (detached) cinder volume from one host to
another. Both hosts mount (via glusterfs) from a common endpoint:
[root at network-01 ~]# mount |grep cind
cld-ctrl-01.cloud.pd.infn.it:/volume-cinder-alvise on
/var/lib/cinder/mnt/e0b14f1146e114b45587634feace5d50 type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)
[root at network-02 ~]# mount |grep cind
cld-ctrl-01.cloud.pd.infn.it:/volume-cinder-alvise on
/var/lib/cinder/mnt/e0b14f1146e114b45587634feace5d50 type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)
When I try "cinder migrate <vol_name> <newhost>" the cinder's log (in
the first host) says:
[...]
err=_('glusterfs_mount_point_base required'))
[...]
I found this bug
https://bugzilla.redhat.com/show_bug.cgi?id=1042801
and it seems very related to my case.
The question is: is there any workaround to perform the migration of
volumes ?
Thanks,
Alvise
More information about the OpenStack-operators
mailing list