Comment 38 for bug 1824858

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/rocky)

Reviewed: https://review.opendev.org/726863
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=44609c5847dfe591caf3f40497f1abc7c7aa7384
Submitter: Zuul
Branch: stable/rocky

commit 44609c5847dfe591caf3f40497f1abc7c7aa7384
Author: hutianhao27 <hu.tianhao@99cloud.net>
Date: Tue Sep 17 01:56:56 2019 +0000

    Revert "nova shared storage: rbd is always shared storage"

    This reverts commit 05b7f63a42e3512da6fe45d2e6639fb47ed8102b.

    The _is_storage_shared_with method is specifically checking if the
    instance directory is shared. It is not checking if the actual instance
    disks are shared and as a result assumptions cannot be made based on the
    value of images_type.

    Closes-Bug: 1824858
    Change-Id: I52293b6ce3e1ce77fa31b382d0067fb3bc68b21f
    (cherry picked from commit 404932f82130445472837095b3ad9089c75e2660)
    (cherry picked from commit 890882ebbf74db14a7c1904cca96cd7f5907493b)
    (cherry picked from commit a63c97fd2d13de532330523587894163e32a892f)