- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
这种问题解决方法:8 S- I- U4 I s7 G+ a8 d7 Q3 w
修改配置文件:( i8 P& s1 }7 j% B0 A
vim /etc/sudoers.d/cinder
2 |: j0 E m( a% d: C0 \- H7 q Defaults:cinder !requiretty! f7 W* L5 I- F _( P4 X/ M
#cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *
% L4 q& g8 {* y7 t% p' y/ g cinder ALL = (root) NOPASSWD: ALL& y+ k6 }' |& O, G" g$ d8 ~
# m1 j. H. V3 [# w. u! V; K [Reason : some of the permission problem]
& Y) U" P5 F2 N* q please check your disk, Is there have any available space. by using below comment# { b5 A; S% C6 N x- q
2 |8 {/ a. I7 f. f$ d8 H; u( ^ ----> df -sh
6 u0 [$ j9 S) m; L7 z% q- m3 F after that create pv and vg7 [% |8 g# c/ d9 C3 N
在创建pv和vg之后:
3 O" M" w9 L" e/ o/ E% y! G$ Z. j/ |0 w- ^* t! ^1 ]) m' T! [- D
Example :
( `, `; n4 V* q" V# {% a列子:' {# Y9 K: m$ M! _4 A9 X# P7 g+ h
pvcreate /dev/sdb1
: R( e$ z+ A" u vgcreate cinder-volumes /dev/sdb1
2 v' p2 G; B5 X, Y then restart the required services. |
|