cinder create volume from image doesn't work with source build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Undecided
|
Qiu Yu |
Bug Description
$ cinder create --image-id e0a6c51e-
$ cinder list
+------
| ID | Status | Migration Status | Name | Size | Volume Type | Bootable | Multiattach | Attached to |
+------
| 1f606db0-
+------
it stucks in creating forever, because cinder docker source build lack of rootwrap sudoer settings
kolla-storage01:/$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
cinder 1 0.9 1.1 186784 71920 pts/10 Ss+ Jan18 13:40 /var/lib/
cinder 16 1.9 1.6 1512416 102916 pts/10 Sl+ Jan18 27:51 /var/lib/
root 17531 0.0 0.0 49220 3220 pts/10 S+ 02:46 0:00 sudo cinder-rootwrap /etc/cinder/
cinder 20250 0.0 0.0 18164 3352 pts/3 Ss 06:01 0:00 bash
cinder 20402 0.0 0.0 15572 2144 pts/3 R+ 06:11 0:00 ps aux
Changed in kolla: | |
assignee: | nobody → Qiu Yu (unicell) |
Fix proposed to branch: master /review. openstack. org/270661
Review: https:/