|
|
这种问题解决方法:
* I! M9 i+ ]( D" P4 Z) t修改配置文件:
) Z- C, d) G1 A8 g vim /etc/sudoers.d/cinder " C( Y/ ?: h, T; q9 ?) z
Defaults:cinder !requiretty
7 q3 J6 I( U1 a H) ?7 y0 ` #cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *; v( _) G; S& m
cinder ALL = (root) NOPASSWD: ALL
) l2 i! k$ r/ D( g2 K& ?5 k9 Y0 L9 t- \. A+ C. v
[Reason : some of the permission problem]9 j5 k) [9 C: @! C' m
please check your disk, Is there have any available space. by using below comment
9 e. l, l# y$ `
4 U& ?7 g- e5 A# e' n% f+ H# ^" n' p, K ----> df -sh- ^5 {# B* E% N) ?+ K; y+ U& p
after that create pv and vg& r# e4 n7 J: h2 x' r
在创建pv和vg之后:
8 e% D. N+ t4 `: o% l$ ^+ J' e/ a& k
Example :3 `6 L7 v7 B) O" V1 D
列子:" p- E H' N, [/ V
pvcreate /dev/sdb1 J/ X' _& B% `( i$ r1 |( M" g
vgcreate cinder-volumes /dev/sdb1/ W3 F% k: j# y( X1 X& \9 D
then restart the required services. |
|