Comment 4 for bug 1267253

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/havana)

Reviewed: https://review.openstack.org/65936
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=66873311e510aea5c349e64f7f9e9e94a662a453
Submitter: Jenkins
Branch: stable/havana

commit 66873311e510aea5c349e64f7f9e9e94a662a453
Author: Eric Harney <email address hidden>
Date: Mon Dec 9 15:34:39 2013 -0500

    NFS/GlusterFS: Skip incorrectly formatted shares

    Shares should always be of the form address:/volume. If they are
    not (i.e., are missing the '/'), then skip them and issue a warning
    message. This will prevent us from sending incorrect connection_info
    dicts to Nova.

    Closes-Bug: #1267253

    Change-Id: Ic40cd0cdc862b44b0a7d3e5b1d7c4fee8ea1b28d
    (cherry picked from commit 21ebf2898e2f5fc8127b7a3bdc9743c49933f952)