Comment 2 for bug 1422235

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

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

commit a0097bfe15bcbe71f87bd6e9f7fdc67110a6d378
Author: Ramana Raja <email address hidden>
Date: Sun Feb 15 14:48:55 2015 +0000

    ganesha: fix execute call using invalid argument

    An execute call in the ganesha manager module that writes ganesha
    export config files is made with 'process_input' argument. This
    argument is invalid for processutils's ssh_execute() method which is
    used by the execute call to write config files to a remote ganesha
    server node. Fix this by not using the 'process_input' argument instead
    use other arguments that would still enable the execute call to write
    ganesha config files.

    Change-Id: I58369468ac7be1de38364a1c1bf6cbf8695b9a1d
    Closes-Bug: #1422235