yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62982
[Bug 1679976] [NEW] Quobyte driver may fail to raise an error upon error code 4 on volume mounting
Public bug reported:
The Quobyte libvirt volume driver currently accepts exit codes [0,4] when mounting a Quobyte volume (https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume/quobyte.py#L55).
However error code 4 might be thrown in acceptable (already mounted) and unacceptable cases (specific bad state). As the driver already checks for existence of the mount when connecting a volume the error code should be removed as acceptable and failed upon.
** Affects: nova
Importance: Undecided
Status: New
** Tags: quobyte
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1679976
Title:
Quobyte driver may fail to raise an error upon error code 4 on volume
mounting
Status in OpenStack Compute (nova):
New
Bug description:
The Quobyte libvirt volume driver currently accepts exit codes [0,4] when mounting a Quobyte volume (https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume/quobyte.py#L55).
However error code 4 might be thrown in acceptable (already mounted) and unacceptable cases (specific bad state). As the driver already checks for existence of the mount when connecting a volume the error code should be removed as acceptable and failed upon.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1679976/+subscriptions
Follow ups