File: bp-rbd-instance-snapshots-130e860b726ddc16.yaml

package info (click to toggle)
nova 2%3A14.0.0-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,804 kB
  • sloc: python: 315,557; sh: 1,317; xml: 1,184; pascal: 1,168; makefile: 126; sql: 43
file content (12 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - When RBD is used for ephemeral disks and image storage, make
    snapshot use Ceph directly, and update Glance with the new location.
    In case of failure, it will gracefully fallback to the "generic"
    snapshot method.  This requires changing the typical permissions
    for the Nova Ceph user (if using authx) to allow writing to
    the pool where vm images are stored, and it also requires
    configuring Glance to provide a v2 endpoint with direct_url
    support enabled (there are security implications to doing this).
    See http://docs.ceph.com/docs/master/rbd/rbd-openstack/ for more
    information on configuring OpenStack with RBD.