- 积分
- 16840
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
这种问题解决方法:0 Q+ c. Z& Q' y `: s4 D4 g/ H2 C
修改配置文件:
2 B; T# {& P7 h5 d. s vim /etc/sudoers.d/cinder # C; k, X4 k3 b! n R* M$ J
Defaults:cinder !requiretty
/ H( b6 ]1 k" r #cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *
% T% B, \' I- S% H v" J5 \ cinder ALL = (root) NOPASSWD: ALL* e# r/ x' n: \; A) E% p
; Z4 _6 e% a; y! u
[Reason : some of the permission problem]) f, G) j6 ?2 o' W- n% |( s+ s" K
please check your disk, Is there have any available space. by using below comment) R+ ]* q8 c: j# W
4 K; j. k) @- ]4 X) g ----> df -sh
: w- _, P. \2 k6 J* X$ G after that create pv and vg# b& F+ V% B9 z5 b, `" h
在创建pv和vg之后:5 j4 y$ f8 t3 _6 W% b/ a
+ z- ]3 w- x7 b$ b
Example :
( }$ Y$ c2 Y! T- B3 V; V列子:
+ Y0 J- ^% b7 P, g6 u+ M pvcreate /dev/sdb1
- \# l5 z3 @, | vgcreate cinder-volumes /dev/sdb1* Q9 G' g; R% g; q6 @
then restart the required services. |
|