Okay, so you made sure that the disks are mounted. But now you need to tell Proxmox VE about it. For that, create a new storage configuration of the type directory. Point it to the path where they are mounted.
Ideally you then run the following command on both:
Code:
pvesm set {storage name} --is_mountpoint 1
This tell Proxmox VE that it should only use the storage if something is mounted at the specified path. Otherwise it could happen that data is stored on the OS file system.
Be aware, that single disks won't have any redundancy!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.