易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 98|回复: 1
收起左侧

cinder-volume启动报错

[复制链接]
发表于 2025-3-7 15:51:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

x
2025-03-07 15:48:35.931 8166 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".3 ?  l" S6 ?( b. s" J  ~) U
2025-03-07 15:48:40.242 8161 INFO oslo_service.service [None req-2ec51eb5-4828-48ba-9e3f-05eceebe8893 - - - - - -] Caught SIGTERM, stopping children
) J7 h% ^  Q# e7 w2025-03-07 15:48:40.244 8161 INFO oslo_service.service [None req-2ec51eb5-4828-48ba-9e3f-05eceebe8893 - - - - - -] Waiting on 1 children to exit
! @! P( K2 M. [; e7 h, }( J2025-03-07 15:48:40.887 8166 WARNING amqp [None req-2ec51eb5-4828-48ba-9e3f-05eceebe8893 - - - - - -] Received method (60, 30) during closing channel 1. This method will be ignored
4 n$ o- Q8 K# }3 a2025-03-07 15:48:40.894 8166 WARNING amqp [None req-2ec51eb5-4828-48ba-9e3f-05eceebe8893 - - - - - -] Received method (60, 30) during closing channel 1. This method will be ignored
4 r# J2 q" l# b: x( B2025-03-07 15:48:40.901 8161 INFO oslo_service.service [None req-2ec51eb5-4828-48ba-9e3f-05eceebe8893 - - - - - -] Child 8166 exited with status 09 Q. Q! @( M  P; |) ~2 o. @9 P: E

2 c) l- U6 Y, g7 d' q
! a) L! a2 q5 h- Q0 u* ?6 y8 S( @5 O. _0 ?( d- M" d% l! v
2025-03-07 15:48:43.148 8245 INFO cinder.rpc [None req-b15f2d2a-5258-4442-b41b-e7749397cd93 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version.
- }- p" X' L! ~- a' X! o2025-03-07 15:48:43.154 8245 INFO cinder.rpc [None req-b15f2d2a-5258-4442-b41b-e7749397cd93 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version.
! O$ l* t' k5 A6 n2025-03-07 15:48:43.212 8245 INFO cinder.volume.manager [None req-b15f2d2a-5258-4442-b41b-e7749397cd93 - - - - - -] Determined volume DB was not empty at startup.
+ y* N$ Z9 y* x; V& @8 s# F: O" P. M( s3 S. s" T
2025-03-07 15:48:43.437 8245 INFO cinder.volume.manager [None req-b15f2d2a-5258-4442-b41b-e7749397cd93 - - - - - -] Image-volume cache disabled for host compute1@lvm.6 }# E& W) v8 c' \( D8 H; B3 u
2025-03-07 15:48:43.460 8245 INFO oslo_service.service [None req-b15f2d2a-5258-4442-b41b-e7749397cd93 - - - - - -] Starting 1 workers4 @+ ^8 Y9 x' L5 s0 I( x
3 f; H6 S! g% O% @
2025-03-07 15:48:43.470 8250 INFO cinder.service [-] Starting cinder-volume node (version 23.3.0)+ U8 W! q, o+ ?) ]
2025-03-07 15:48:43.492 8250 INFO cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)# U% F8 N8 P5 {% o4 Q$ d
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Failed to initialize driver.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.$ p' d) l3 p: {5 [& O
Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
5 l. K: L$ J4 |' G- K$ {Exit code: 5
' ^0 i+ U+ \' ^, d: eStdout: ''
4 t: Z: g" T, S3 rStderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'
. G/ A3 U: S! e- |. n2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager Traceback (most recent call last):! n( I- @. h1 a6 m2 P' M: Y
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/manager.py", line 525, in _init_host
2 k7 R, E7 w( S6 A2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     self.driver.check_for_setup_error()+ ^0 W7 |4 a: d; x
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/drivers/lvm.py", line 324, in check_for_setup_error
7 a& O5 w0 j2 {6 d. B% K2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     self.vg = lvm.LVM(; j) Z2 @' m5 D! i
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 115, in __init__2 j1 K$ {3 }- U& y3 k# g, ^9 }
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     if self._vg_exists() is False:
9 E2 n" p+ n- C+ d' c/ D) d( _2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 146, in _vg_exists
' L7 [$ e( |# ^2 y6 W7 L" G2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     (out, _err) = self._execute(*cmd,4 O2 C$ v" k5 @& O& R* \5 @' m
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/os_brick/executor.py", line 55, in _execute
! e4 p: W. ?6 n' |* s, a2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     result = self.__execute(*args, **kwargs)
8 d0 g. i" I+ n2 g2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/utils.py", line 174, in execute
: W+ O* N; b- {. ?/ j: F) f2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     return processutils.execute(*cmd, **kwargs)2 Q1 [6 Y  |3 F2 S8 C& T* K
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/oslo_concurrency/processutils.py", line 438, in execute- C' B6 M: @7 n  ]( ^+ |
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager     raise ProcessExecutionError(exit_code=_returncode,
- H1 B* h1 b' Y8 I3 \2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.
8 z5 d" S/ P# e+ I2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes: N/ J( D9 F9 t& S
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager Exit code: 5* `9 X) N1 }+ U! K8 h, }
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager Stdout: ''
1 i; H4 M; B) e( h3 g* H' N& }2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'$ }. z% w+ y% M# `* e8 F4 x. e
2025-03-07 15:48:43.981 8250 ERROR cinder.volume.manager ; T7 F: f4 t+ C! U9 I
2025-03-07 15:48:44.988 8250 INFO cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)
' N' O8 P6 G3 R; X4 Q2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Failed to initialize driver.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.
- Z7 u8 e% [) g9 j" ~* f& s! i2 j7 jCommand: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
8 _- }; J" k9 Z0 c. fExit code: 5% b: O5 b. x/ l' N9 ?
Stdout: ''$ a- \& o+ H$ p& x+ c$ R
Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'" l$ i& I& w7 b& _) e- y
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager Traceback (most recent call last):8 |% I. Y3 I/ \7 C7 O* b
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/manager.py", line 525, in _init_host6 {4 f" s4 e/ g6 E* ~6 r
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     self.driver.check_for_setup_error()
9 e- q0 L/ @/ `: B2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/drivers/lvm.py", line 324, in check_for_setup_error
0 v% [) c6 C5 M% F# w2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     self.vg = lvm.LVM(
6 ^3 ?4 g' ?4 l, o) h7 _2 W; ^- S2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 115, in __init__- w2 }+ U, c8 O! K/ M3 J
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     if self._vg_exists() is False:" F5 ?& V. D% ~' p
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 146, in _vg_exists
( B3 M4 E' Y: X+ I7 s; T2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     (out, _err) = self._execute(*cmd,! [6 N3 h. e# X! X9 z* i
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/os_brick/executor.py", line 55, in _execute
( c& n% c5 ^7 d8 U2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     result = self.__execute(*args, **kwargs)
; U/ D. ~: V5 C: ^% _8 \2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/utils.py", line 174, in execute
* B$ A$ P2 ]2 h3 H! B2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     return processutils.execute(*cmd, **kwargs)" d, f- |5 Y7 T6 l- L+ ~4 a) q: K1 \
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/oslo_concurrency/processutils.py", line 438, in execute7 g! P) q( Y3 a+ v  }& W$ H
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager     raise ProcessExecutionError(exit_code=_returncode,
+ E. {5 e- H' o2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.: b3 i: p; v" i7 N1 f2 v
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes. y2 y# ?7 z+ K# D* r  A2 P
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager Exit code: 5
9 Z& h' d, W4 m. I! }2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager Stdout: ''
; w0 A2 Q+ ?  N; k- j# d7 e. `2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'4 O' ]6 W: ~) b* o2 \
2025-03-07 15:48:45.466 8250 ERROR cinder.volume.manager 2 F+ x" H$ k1 u# q  @6 \5 Q
2025-03-07 15:48:47.471 8250 INFO cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)) D' }6 W( @) L! k: ~. h
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Failed to initialize driver.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.+ g1 ]/ U* h& @, ?9 H
Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
! h4 V+ j5 L0 Z' _& {4 U9 _Exit code: 57 T1 [* {" R) Y% `% x3 _4 _
Stdout: ''2 m& c) i2 `! \& u) p
Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'
1 a1 d6 r$ z* t2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager Traceback (most recent call last):' c9 y9 ^# c# t0 H3 H4 X/ q( |, `
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/manager.py", line 525, in _init_host
' s; u/ f4 _; @/ ^1 Y/ U2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     self.driver.check_for_setup_error()- ~9 b) W4 x4 S7 L8 q! l# M
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/drivers/lvm.py", line 324, in check_for_setup_error
* i& ]* h' @# O! d2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     self.vg = lvm.LVM(
  t4 Q/ N; Y$ b6 ?9 n. a2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 115, in __init__
- o% G8 k) M) ]: D) \3 y3 j2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     if self._vg_exists() is False:
' N  I) v+ z, g$ j2 A: e2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 146, in _vg_exists
$ }! H* F' B/ m2 C2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     (out, _err) = self._execute(*cmd,( n' O9 d/ h: E$ }! t$ B* f9 v5 W
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/os_brick/executor.py", line 55, in _execute
, C' N7 |; X* U2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     result = self.__execute(*args, **kwargs)
4 a! q# y6 t$ H" q4 ^2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/utils.py", line 174, in execute
$ G$ I: g2 z- G3 g3 w5 M3 Q2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     return processutils.execute(*cmd, **kwargs)+ _5 U, z2 |& w+ J7 R* Z" \
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/oslo_concurrency/processutils.py", line 438, in execute
2 Q) `8 O# }% g& V1 J" p2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager     raise ProcessExecutionError(exit_code=_returncode,: P, }3 H$ d- B, T5 L5 ^
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.
: w7 t' |3 i. C. B2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
* A% |2 F# U: H* T2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager Exit code: 54 T7 y- [4 W9 o% a% c
2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager Stdout: ''
, d5 D2 E: v8 B6 e2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'
" X8 |% b7 i/ m) L2025-03-07 15:48:47.968 8250 ERROR cinder.volume.manager , t. @9 b; F% Q4 m
2025-03-07 15:48:51.975 8250 INFO cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)4 O8 R. T3 r1 ~# |) x" v
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Failed to initialize driver.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.3 v& Y. i) A. O' L7 p9 S' _
Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
% a6 F( G! K5 J1 [5 w0 |Exit code: 5% D; c4 w% ~! }; D  B) H! n* I
Stdout: ''
! N% r5 O1 _. VStderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'' S9 I. p' _" o2 v$ J; d, V* v3 _6 N
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager Traceback (most recent call last):
8 V( c. n2 X' O8 v2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/manager.py", line 525, in _init_host& O$ c1 L& W. t; {# O# P  z0 F! M
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     self.driver.check_for_setup_error()+ q* V0 m4 m% s# f# t
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/volume/drivers/lvm.py", line 324, in check_for_setup_error
' ^9 J- j5 r. W  h2 e$ A& {5 d2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     self.vg = lvm.LVM(/ }# r; C" ^) P- J! z3 a
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 115, in __init__) f/ }. O7 F, Z
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     if self._vg_exists() is False:* ~7 |, g- S: L) i- Q* J
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/brick/local_dev/lvm.py", line 146, in _vg_exists
& W% J  y" t! u. h. a1 A& n2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     (out, _err) = self._execute(*cmd,' \. v7 S* E3 B$ j7 f& U, I
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/os_brick/executor.py", line 55, in _execute
) ?4 |% p2 q6 l0 J! c2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     result = self.__execute(*args, **kwargs)* \8 T0 r# ~: q8 d+ X
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/cinder/utils.py", line 174, in execute
& N9 W: b, o: w3 e2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     return processutils.execute(*cmd, **kwargs)7 E' k0 n+ V  v% u
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager   File "/usr/lib/python3.9/site-packages/oslo_concurrency/processutils.py", line 438, in execute0 `+ m5 m, E0 B( Q! |! U7 M
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager     raise ProcessExecutionError(exit_code=_returncode,
( W8 ^' [) G8 ~+ V2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.
0 _2 x, @2 T/ q" W" Y' B2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name cinder-volumes
& m+ _! p* Q" z* a2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager Exit code: 5; ]6 N  S  I) O$ T2 i! p
2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager Stdout: ''
& Q, g% S; u! D; E+ }2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager Stderr: '  Please remove the lvm.conf filter, it is ignored with the devices file.\n  Volume group "cinder-volumes" not found\n  Cannot process volume group cinder-volumes\n'
: V; D3 {+ @: |! s4 @5 H2025-03-07 15:48:52.483 8250 ERROR cinder.volume.manager + _5 K' \) J/ v6 a+ ~
2025-03-07 15:48:52.561 8250 INFO cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Initializing RPC dependent components of volume driver LVMVolumeDriver (3.0.0)
/ {" Z1 e& l& z" H+ O( g3 h9 v2025-03-07 15:48:52.562 8250 ERROR cinder.volume.volume_utils [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Volume driver LVMVolumeDriver not initialized
$ |5 O# ~8 }) \  D2025-03-07 15:48:52.563 8250 ERROR cinder.volume.manager [None req-e08c9aa2-5833-4954-a024-ae65a546829c - - - - - -] Cannot complete RPC initialization because driver isn't initialized properly.: cinder.exception.DriverNotInitialized: Volume driver not ready.
6 J. L9 T* |4 S2 h* A; [2025-03-07 15:49:02.565 8250 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".4 G; ]) D- b* Q3 o5 }# n
2025-03-07 15:49:12.570 8250 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".
% t& X8 w$ _; \5 U& M7 k2025-03-07 15:49:22.571 8250 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".! p$ @2 ]" e9 C& B9 Q% W
2025-03-07 15:49:32.573 8250 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".
4 M% U# l) O) ?4 U2025-03-07 15:49:42.575 8250 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm is reporting problems, not sending heartbeat. Service will appear "down".
! H: v8 B1 u# n9 m
% }" ^, ^" r6 ?, \- Z
- }. e) z/ T. _7 G4 X* G1 d' s
1 z7 j2 t, r* m2 i- [, M, f& C( r& o$ ]5 V" N. c  P

7 G5 c5 v' _( V+ M1 a
 楼主| 发表于 2025-3-7 17:12:30 | 显示全部楼层
报错是因为没有配置lvm的配置  一定要配置cinder-volume  而且是vg的名称是cinder-volume
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )点击这里给我发消息

GMT+8, 2026-4-8 19:56 , Processed in 0.061033 second(s), 21 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

快速回复 返回顶部 返回列表