Comment 3 for bug 1180984

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

Reviewed: https://review.openstack.org/30750
Committed: http://github.com/openstack/cinder/commit/924640705c05ba69e2ad2095920fc1d209d32b20
Submitter: Jenkins
Branch: master

commit 924640705c05ba69e2ad2095920fc1d209d32b20
Author: Anton Frolov <email address hidden>
Date: Tue May 28 19:34:41 2013 +0400

    Support for NFS shares with spaces in path.

    Unescape share address string listed in nfs_shares_config so that
    'x.y.z.w:/foo\040bar' would become 'x.y.z.w:/foo bar' to support
    mounting shares with spaces in name.
    Use stat command to get available and total space on device instead
    of df since it's output is easier to parse.

    Fixes: bug #1180984
    Change-Id: I552aba91ca8db14130f854c739594a818186bbe2