Comment 3 for bug 1172777

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

Reviewed: https://review.openstack.org/27499
Committed: http://github.com/openstack/cinder/commit/51218b2b32edbc79e89195d58b7b7e330a6d1486
Submitter: Jenkins
Branch: master

commit 51218b2b32edbc79e89195d58b7b7e330a6d1486
Author: mouad benchchaoui <email address hidden>
Date: Thu Apr 25 18:12:09 2013 +0200

    Remove _path_exists method.

    This method is buggy because it works only on host machine with english language, and
    apparently this method is also useless because we don't need to check if a path exist if
    we can use command option -p for "mkdir" command and option -f for "rm" command.

    bug: LP#1172777
    Change-Id: I418b32772ca97b42e1a43275a7abec9f96688607