在cinder节点,cinder-volume使用的磁盘(/dev/sdb),需要在/etc/lvm/lvm.conf中配置:

devices {
...
filter = [ "a/sdb/", "r/.*/"]

 

如果cinder节点的操作系统也安装在lvm上,则还需要(在cinder节点操作):

filter = [ "a/sda/", "a/sdb/", "r/.*/"]

 

如果compute节点的操作系统也安装在lvm上,则需要(在compute节点操作):

filter = [ "a/sda/", "r/.*/"]

 

不按上述操作,可能存在操作系统或租户卷损坏的风险。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2021-04-03
  • 2021-08-13
  • 2021-09-13
  • 2022-01-17
猜你喜欢
  • 2021-05-17
  • 2021-10-17
  • 2021-09-05
  • 2022-12-23
  • 2021-05-30
  • 2021-12-21
  • 2021-09-08
相关资源
相似解决方案