Hi,
I'm experimenting with some different disk configurations at the moment and as part of that i've been resizing some of the logical volumes at the hardware level on my Proxmox Server.
I thought i'd removed the Thin Pool Volume prior to making the changes but it appears that wasn't the case as having now booted back into Proxmox the volume still appears in some of the interfaces but I don't appear able to configure it.
If I use the shell and run a pvesem status command I get this:
Is anyone able to please help me and tell me what I need to do to get lvm-thinpool-002 back online? This was the volume which was previously defined as /dev/sdc.
The reason for doing this was because i'm curious if dynamically expanding the volume works. Basically I have a lot of slack space in the RAID config so i'd like to ultimately remove thinpool-002 and instead just extend lvm-thinpool-001 by another 10TB. I wasn't sure if dynamic expansion was supported so wanted to test. Based on what i'm seeing here i'm presuming I might need to execute some commands to get things working again.
Thanks
Pete
I'm experimenting with some different disk configurations at the moment and as part of that i've been resizing some of the logical volumes at the hardware level on my Proxmox Server.
I thought i'd removed the Thin Pool Volume prior to making the changes but it appears that wasn't the case as having now booted back into Proxmox the volume still appears in some of the interfaces but I don't appear able to configure it.
If I use the shell and run a pvesem status command I get this:
Code:
root@proxmox:~# pvesm status
WARNING: Device /dev/sdc has size of 8589934592 sectors which is smaller than corresponding PV size of 19987035312 sectors. Was device resized?
One or more devices used as PVs in VG lvm-thinpool-002 have changed sizes.
WARNING: Device /dev/sdc has size of 8589934592 sectors which is smaller than corresponding PV size of 19987035312 sectors. Was device resized?
One or more devices used as PVs in VG lvm-thinpool-002 have changed sizes.
Name Type Status Total Used Available %
local dir active 95462836 6819268 83751308 7.14%
local-lvm lvmthin active 262094848 221103213 40991634 84.36%
lvm-thinpool-001 lvmthin active 11720613888 10733738198 986875689 91.58%
Is anyone able to please help me and tell me what I need to do to get lvm-thinpool-002 back online? This was the volume which was previously defined as /dev/sdc.
The reason for doing this was because i'm curious if dynamically expanding the volume works. Basically I have a lot of slack space in the RAID config so i'd like to ultimately remove thinpool-002 and instead just extend lvm-thinpool-001 by another 10TB. I wasn't sure if dynamic expansion was supported so wanted to test. Based on what i'm seeing here i'm presuming I might need to execute some commands to get things working again.
Thanks
Pete