Comment 8 for bug 1894817

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charms.openstack (stable/20.08)

Reviewed: https://review.opendev.org/751759
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=388bb78f62db36a5ccf4e2177ab6e20696db63f6
Submitter: Zuul
Branch: stable/20.08

commit 388bb78f62db36a5ccf4e2177ab6e20696db63f6
Author: James Page <email address hidden>
Date: Tue Sep 8 11:49:49 2020 +0100

    trilio: Support multiple NFS share configurations

    TrilioVault supports use of multiple NFS shares using a comma
    separated list. Update the ghost-nfs-share action code to
    support this type of configuration.

    The assumption is that the order of shares provided to the
    action is the same as the order of shares in the nfs-shares
    configuration option in terms of replication between sites.

    Mismatched length lists will generate an exception which can
    be propagated back to the operator.

    Change-Id: I7d501a3e44d4e7c732e7625fa2a8cde9a34ff564
    Closes-Bug: 1894817
    (cherry picked from commit 4c2486660fa3e201f3a39a0371d7bf310fe3ab3e)