Comment 1 for bug 1356387

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

Reviewed: https://review.openstack.org/114313
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=3bada9a258913124ad98b53dd104abe53469d7e9
Submitter: Jenkins
Branch: master

commit 3bada9a258913124ad98b53dd104abe53469d7e9
Author: Valeriy Ponomaryov <email address hidden>
Date: Thu Aug 14 21:29:10 2014 +0300

    Fix creation of cifs entry in cmode driver

    Cmode driver tries to create NetBIOS name in cifs server and fails, because
    this name should be unique, but driver did not use unique value for it.
    Also removed silent passing when cifs entry was not created.

    Change-Id: Ic05c7a0d2e6c544d06eb5f1e255c21083e5e6938
    Closes-Bug: #1356387
    Closes-Bug: #1356395