Comment 4 for bug 1833804

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-rabbitmq-server (stable/19.07)

Reviewed: https://review.opendev.org/680635
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=ba24fa2056ea5e5870470425dd0a99e428f1729c
Submitter: Zuul
Branch: stable/19.07

commit ba24fa2056ea5e5870470425dd0a99e428f1729c
Author: David Ames <email address hidden>
Date: Thu Sep 5 12:05:00 2019 -0700

    Use shutil.move rather than os.rename

    When the source and destination file paths are not on the same partition
    os.rename raises OSError: [Errno 18] Invalid cross-device link.

    Use shutil.move instead.

    Change-Id: I28d6cb6c15a4496243fab7ec6c7eedcd1422f4c2
    Closes-Bug: #1833804
    (cherry picked from commit fb1b4bec0ff838e4af15058ae015e5ee6842c12a)