Comment 1 for bug 1306285

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/86730
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7172ccbed4585104d8f080159983b2feba86d100
Submitter: Jenkins
Branch: master

commit 7172ccbed4585104d8f080159983b2feba86d100
Author: Nicolas Simonds <email address hidden>
Date: Sun Apr 13 08:08:40 2014 -0700

    Use pool/volume_name notation when deleting RBD volumes

    the rbd command supports two methods for specifying a pool name:
    the "-p" flag, and using the volume name notation "pool_name/volume_name"
    The latter method supercedes the former, so to guard against slashes
    in the volume name confusing things, always use the path notation

    Change-Id: Ie79ae10b0fafefd85dea8e38cd24da0941b38bee
    Closes-Bug: 1306285