Linux noob here. I added a new drive within my proxmox run OMV and am struggling with extending the associated lvm-thin.
I know I need to utilize the lvextend command, but am struggling with the parameters. Thanks for the help
Code:
root@server:~# lvdisplay NAS
--- Logical volume ---
LV Name NAS
VG Name NAS
LV UUID paUa5f-85d9-Dwk8-w0px-96Zl-SD4a-eTyL8v
LV Write Access read/write (activated read only)
LV Creation host, time server, 2023-11-07 12:56:28 -0800
LV Pool metadata NAS_tmeta
LV Pool data NAS_tdata
LV Status available
# open 0
LV Size <934.79 GiB
Allocated pool data 88.22%
Allocated metadata 2.89%
Current LE 239306
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:20
--- Logical volume ---
LV Path /dev/NAS/vm-101-disk-0
LV Name vm-101-disk-0
VG Name NAS
LV UUID 25ZcUu-QHrU-3pVs-8hB3-kue0-ChHD-EL0Vdk
LV Write Access read/write
LV Creation host, time server, 2023-11-07 12:57:03 -0800
LV Pool name NAS
LV Status available
# open 1
LV Size <4.91 TiB
Mapped size 16.41%
Current LE 1286144
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:21
I know I need to utilize the lvextend command, but am struggling with the parameters. Thanks for the help