setup cluster (2 nodes) with local-lvm path for a single node

_Noah_

New Member
Jul 15, 2024
1
0
1
Just so its out of the way... I'm new to all of this :).

I have 2 installs of proxmox in a cluster, one has a 500GB hdd that was set as
Code:
dir: local-lvm
        path /media/500GB-HDD
        content vztmpl,images,rootdir,backup,iso
        nodes pve
        prune-backups keep-all=1
       shared 0

before i made the cluster.
I had to renamed it to local-lvm-pve since it showed a little ? next to it and couldnt see any of the containers and vm when restoring them.
yesterday i tried migrating one of the containers for debugging (main server is faster for it) but ran into a issue because of the storage not being found.

Is it possible to have it so the name is still local-lvm but with a path only for that node?