instance snapshot minimum disk size error after resize instance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
Undecided
|
Boxiang Zhu |
Bug Description
OpenStack version: Pike.
Operate steps:
1. create an instance named cirros-vm with 1 VCPU, 1G RAM, 10G DISK.
2. create a snapshot named snapshot01 of cirros-vm
3. look up the snapshot01, the minimum disk size is 10G. It is correct.
4. resize cirros-vm with 1 VCPU, 1G RAM, 20G DISK.
5. create a snapshot named snapshot02 of cirros-vm.
6. look up the snapshot02, the minimum disk size is 10G.
In snapshot02, minimum disk size should be 20G, so, this is an error.
daixianmeng (daixianmeng) wrote : | #1 |
Jiang (jiangpf) wrote : | #2 |
Storage type is file. If you execute the above steps once, you will find the problem.
Changed in nova: | |
status: | New → Confirmed |
Changed in nova: | |
assignee: | nobody → Boxiang Zhu (bxzhu-5355) |
status: | Confirmed → In Progress |
Fix proposed to branch: stable/pike
Review: https:/
Change abandoned by Boxiang Zhu (zhu.boxiang@
Review: https:/
Reason: push commit to master first and then backport to stable branch
Can you give more information:
1.storage type: ceph or file
2.Log on to the virtual machine to view the disk.
3.Before and after the virtual machine and snapshot info.