commit | 6766f71d62af10f8b59b5f829a49752775e9dabe | [log] [tgz] |
---|---|---|
author | Dan Smith <dansmith@redhat.com> | Fri Jul 24 15:44:34 2020 -0700 |
committer | Dan Smith <dansmith@redhat.com> | Mon Nov 09 14:59:23 2020 -0800 |
tree | a5b3978b7cd39d059de184c81eaa2c93edaba182 | |
parent | 47f76acbbac350ea18df6a9463876d38c3a13539 [diff] |
Make create_disk() persistent Right now a system configured with the ceph plugin will not survive a reboot because the backing disk we create and mount isn't mounted at startup, preventing ceph from starting and the rest of nova/glance from working. This makes create_disk() idempotently write an fstab rule for the disk we make, and adds a destroy_disk() handler for cleanup. Change-Id: I50cd4234f51a335af25be756bd2459dca5aa343c