in k8s environment vgs return extra line in output
Bug #1619701 reported by
Serguei Bezverkhi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Medium
|
Gorka Eguileor | ||
Newton |
Fix Released
|
Medium
|
Gorka Eguileor |
Bug Description
In k8s environment this command:
sudo cinder-rootwrap /etc/cinder/
returns extra line which prevents cinder-volume to initialize LVM driver properly.
()[root@k8s-5 /]# sudo cinder-rootwrap /etc/cinder/
File descriptor 19 (/dev/urandom) leaked on vgs invocation. Parent PID 74: /var/lib/
cinder-volumes
()[root@k8s-5 /]#
Proposed fix is to ignore "File descriptor" line as it is completely benign.
Changed in cinder: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → John Griffith (john-griffith) |
Changed in cinder: | |
assignee: | John Griffith (john-griffith) → Gorka Eguileor (gorka) |
To post a comment you must log in.
Fix proposed to branch: master/review.openstack.org/365080
Review: https:/