Fuel doesn't use ceph COW feature even configure nova and glance to use rbd
Bug #1641572 reported by
Yaguang Tang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Yaguang Tang | ||
8.0.x |
Won't Fix
|
Medium
|
Alexey Stupnikov | ||
Mitaka |
Fix Released
|
Medium
|
Sergii Golovatiuk | ||
Newton |
Fix Committed
|
Medium
|
Yaguang Tang |
Bug Description
Tested with MOS8.0 and MOS 9.0
1. configuration is Nova,Glance and Cinder to use Ceph RBD storage.
2. Nova doesn't use Ceph copy on write feature to clone images instead it download image from ceph
to local /var/lib/
image cache directory could be full filled if user has a lot of images. also instance booting time
is too long.
3.The reason seems to be that glance API doesn't enable show_multiple_
summary: |
- fuel doesn't use ceph cow feature even configure nova and glance to use + Fuel doesn't use ceph COW feature even configure nova and glance to use rbd |
Changed in fuel: | |
milestone: | none → 11.0 |
assignee: | nobody → Fuel Sustaining (fuel-sustaining-team) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: area-library |
tags: | added: on-verification |
To post a comment you must log in.
Workaround for existing env is to config all controller nodes /etc/glance/ glance- api.conf
set show_multiple_ locations= True and restart glance-api service.