在我的服务器上,我有 5 个磁盘。磁盘配置如下:
Raid 1(磁盘 1 + 磁盘 2)[各 320GB]- 已安装 Proxmox
Raid 1(磁盘 3 + 磁盘 4)[各 1 TB] + HDD(磁盘 5)[1 TB] = 总计 1.82 TB 分组- Proxmox 存储 LVM-thin
安装 proxmox 的磁盘已损坏!我更换了磁盘并重新安装了 proxmox。我再次尝试在 proxmox 上添加存储,但是:
# pvdisplay
Couldn't find device with uuid 58rBdr-2iGB-Reeq-P6BQ-qMme-WFhr-m64WTj.
--- Physical volume ---
PV Name [unknown]
VG Name fileserver
PV Size 931.48 GiB / not usable 4.71 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 238458
Free PE 0
Allocated PE 238458
PV UUID 58rBdr-2iGB-Reeq-P6BQ-qMme-WFhr-m64WTj
--- Physical volume ---
PV Name /dev/sdb1
VG Name fileserver
PV Size 931.48 GiB / not usable 4.71 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 238458
Free PE 0
Allocated PE 238458
PV UUID 3MBpT2-zal5-6pC3-3qaw-avFv-62FD-0EGFvS
--- Physical volume ---
PV Name /dev/sda3
VG Name pve
PV Size 279.11 GiB / not usable 4.28 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 71452
Free PE 4094
Allocated PE 67358
PV UUID 7Mex80-ORk5-h7VL-B5jr-6bAU-xzIN-XfiIbw
和:
# lvscan
Couldn't find device with uuid 58rBdr-2iGB-Reeq-P6BQ-qMme-WFhr-m64WTj.
inactive '/dev/fileserver/files' [1.82 TiB] inherit
inactive '/dev/fileserver/vm-100-disk-1' [100.00 GiB] inherit
inactive '/dev/fileserver/vm-101-disk-1' [600.00 GiB] inherit
inactive '/dev/fileserver/vm-103-disk-1' [1.46 TiB] inherit
ACTIVE '/dev/pve/swap' [8.00 GiB] inherit
ACTIVE '/dev/pve/root' [69.75 GiB] inherit
ACTIVE '/dev/pve/data' [181.66 GiB] inherit
有什么建议可以解决吗?