I apologize if the question is trivial but for days I have been searching the web but I find no answers. I need to add mass storage to my Proxmox box and I followed this guide in creating a logical volume "inside" a volume group: https://pve.proxmox.com/wiki/Extending_Local_Container_Storage.
However at this point, my Proxmox web-GUI does not yet see any new usable (local) storage. It appears to be empty and "Inactive"
So I tried to follow this guide where, however, I do NOT find any indication how to "connect" the "Proxmox-level-storage" of <ow-storage-pxmx> to the space provided by an LV: https://pve.proxmox.com/wiki/Storage
Maybe it depends on the fact that the state is "inactive"? Unfortunately I can not change this flag.
pvesm status
Name Type Status Total Used Available%
local dir active 17414928 1391252 15116004 7.99%
local-lvm lvmthin active 36261888 0 36261888 0.00%
ow-storage-pxmx lvmthin inactive 0 0 0 0.00%
The following command does not resolve my issue; it seems to be aimed elsewhere.
pvesm set ow-storage-pxmx --disable false
Here is the content of my file: /etc/pve/storage.cfg
lvm: ow-storage-pxmx
thinpool lvol
vgname ow-vg
content images
Thanks!
However at this point, my Proxmox web-GUI does not yet see any new usable (local) storage. It appears to be empty and "Inactive"
So I tried to follow this guide where, however, I do NOT find any indication how to "connect" the "Proxmox-level-storage" of <ow-storage-pxmx> to the space provided by an LV: https://pve.proxmox.com/wiki/Storage
Maybe it depends on the fact that the state is "inactive"? Unfortunately I can not change this flag.
pvesm status
Name Type Status Total Used Available%
local dir active 17414928 1391252 15116004 7.99%
local-lvm lvmthin active 36261888 0 36261888 0.00%
ow-storage-pxmx lvmthin inactive 0 0 0 0.00%
The following command does not resolve my issue; it seems to be aimed elsewhere.
pvesm set ow-storage-pxmx --disable false
Here is the content of my file: /etc/pve/storage.cfg
lvm: ow-storage-pxmx
thinpool lvol
vgname ow-vg
content images
Thanks!