Hello!,
I'm completly new with Proxmox... recently i was left at work with an small Proxmox server where we have a few virtual machines.
Nowdays i'm trying to understand it... and trying to free space since we are running out of it.
I just found this configuration which i think is a bit messy and reduntant? (maybe it is the cause we are running out of space??).
I'm trying to figure how to fix it:
cat /etc/pve/storage.cfg
If i just edit the config file and change to which i think is correct, nothing should break right?, after that i should move the disks from 'pve' to 'local'??
Also, should i stop all the VMs before i do anything?
Thanks for the help!
I'm completly new with Proxmox... recently i was left at work with an small Proxmox server where we have a few virtual machines.
Nowdays i'm trying to understand it... and trying to free space since we are running out of it.
I just found this configuration which i think is a bit messy and reduntant? (maybe it is the cause we are running out of space??).
I'm trying to figure how to fix it:
cat /etc/pve/storage.cfg
Code:
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: pve
path /var/lib/vz
content images,backup,iso,vztmpl
maxfiles 0
shared 0
dir: local
path /var/lib/vz
content images,iso,rootdir,vztmpl
maxfiles 0
If i just edit the config file and change to which i think is correct, nothing should break right?, after that i should move the disks from 'pve' to 'local'??
Code:
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: local
path /var/lib/vz
content iso,vztmpl,backup
Also, should i stop all the VMs before i do anything?
Thanks for the help!