Nova isn't using rbd direct snapshot when config Nova, Glance to use Ceph storage
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Yaguang Tang | ||
Mitaka |
Fix Released
|
High
|
Oleksiy Molchanov | ||
Newton |
Fix Committed
|
High
|
Sergii Golovatiuk |
Bug Description
Tested on MOS8.0, MOS 9.0
When using Ceph as storage backend for Nova,Glance and Cinder, instance snapshot doesn't take the benefit of Ceph rbd direct snapshot which is implemented by this blueprint https:/
Here is output of a MOS 8 env:
root@node-5:~# ceph auth list
installed auth entries:
osd.0
key: AQAYIyBYoTKRFhA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.1
key: AQAZIyBY+
caps: [mon] allow profile osd
caps: [osd] allow *
osd.2
key: AQAZIyBYUaFkIhA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.3
key: AQAdIyBYYrvXHhA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.4
key: AQAfIyBYRJ4RAxA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.5
key: AQAoIyBYo2G1ARA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.6
key: AQAnIyBYxTWmOhA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.7
key: AQAsIyBYiPM3JRA
caps: [mon] allow profile osd
caps: [osd] allow *
osd.8
key: AQA2IyBY1OEsGRA
caps: [mon] allow profile osd
caps: [osd] allow *
client.admin
key: AQCbFiBYFpAPLhA
caps: [mds] allow
caps: [mon] allow *
caps: [osd] allow *
client.backups
key: AQBoJCBYFMazNBA
caps: [mon] allow r
caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=backups, allow rwx pool=volumes
client.
key: AQCcFiBYzGe4GxA
caps: [mon] allow profile bootstrap-mds
client.
key: AQCcFiBYUiXPABA
caps: [mon] allow profile bootstrap-osd
client.
key: AQCcFiBYEjI3DxA
caps: [mon] allow profile bootstrap-rgw
client.compute
key: AQChJCBYmX6zORA
caps: [mon] allow r
caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images, allow rwx pool=compute
client.images
key: AQBmJCBY/
caps: [mon] allow r
caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=images
client.
key: AQCxFiBYhoqDIxA
caps: [mon] allow rw
caps: [osd] allow rwx
client.volumes
key: AQBnJCBYw8GyBBA
caps: [mon] allow r
caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images
Changed in fuel: | |
assignee: | nobody → Yaguang Tang (heut2008) |
status: | New → In Progress |
Changed in fuel: | |
milestone: | none → 11.0 |
importance: | Undecided → Medium |
importance: | Medium → High |
tags: | added: area-library |
tags: | added: on-verification |
Fix proposed to branch: stable/newton /review. openstack. org/405062
Review: https:/