seaweedfs/seaweed-up

部署volume时报错

bluezombiecn opened this issue · 2 comments

CentOS Linux release 7.9.2009
kernel Version: 3.10.0-1160.45.1.el7.x86_64
lsblk Version: util-linux 2.23.2

cat seaweed.yaml
......
# Server configs are used to specify the configuration of volume servers.
volume_servers:
  # The ip address of the volume server.
  - ip: 10.18.1.229
    port: 8382
    folders:
      - folder: /weed
        disk: ""

image

部署volume时显示lsblk错误,查询lsblk可以输出的列,发现缺少PATH,FSUSED这两个列导致报错。下图为lsblk可用列。
image

CentOS 7 has too old version of lsblk, it doesn't support options "PATH", "FSUSED".
Can you upgrade to newer version?
Ubuntu 20.04 LTS has 2.34 of util-linux and it's ok for seaweed-up deployment.

ok,thks。