Comment 2 for bug 1506577

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

Reviewed: https://review.openstack.org/235522
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=c38d4969533efbd99e586f935edddf10a63e64a4
Submitter: Jenkins
Branch: master

commit c38d4969533efbd99e586f935edddf10a63e64a4
Author: Csaba Henk <email address hidden>
Date: Thu Oct 15 19:54:37 2015 +0200

    glusterfs_native: fix parsing of the dynamic-auth option

    The full name of the 'dynamic-auth' GlusterFS option
    is 'server.dynamic-auth'. When we started to make use
    of it in https://review.openstack.org/229409, we just
    used its short form, 'dynamic-auth'. That actually
    *should* work but due to some weakness in the GlusterFS
    instrumentation code, it doesn't.

    Fix the situation for now by using the full option
    name. We also take the opportunity to remove some
    redundant checks from the respective option handling
    code.

    Change-Id: I6f30060cec38733afa1211cb8e7bc57b66dead34
    Closes-Bug: #1506577