Hi, all.
Fighting here with a bit of a crazy setup, searching internet for solutions to no avail so far, so asking like this.
I have 2-node setup with 3rd Raspberry Pi to get enough votes.
On 1st node, I have some VMs.
On the 2nd node, I have a 2TB SSD and I'd like to use it for backup of the 1st node VM.
I created a dir filesystem (based on ext4 volume) on the 2nd volume and allowed everything (images, backups, ...). I marked it as shared and marked both nodes and checked the enable checkbox.
Now I created a backup job to run every Sunday at 1am, selected the VM from the 1st node and the storage from the 2nd node, set the retention and limit the bandwidth.
When I run the job, I get error message:
I tried to find out what this might mean. The mount point does not exist on the 1st node, the 2nd node has the mountpoint and the disk is mounted there with ext4 filesystem.
Any ideas what I did wrong, perhaps?
Fighting here with a bit of a crazy setup, searching internet for solutions to no avail so far, so asking like this.
I have 2-node setup with 3rd Raspberry Pi to get enough votes.
On 1st node, I have some VMs.
On the 2nd node, I have a 2TB SSD and I'd like to use it for backup of the 1st node VM.
I created a dir filesystem (based on ext4 volume) on the 2nd volume and allowed everything (images, backups, ...). I marked it as shared and marked both nodes and checked the enable checkbox.
Now I created a backup job to run every Sunday at 1am, selected the VM from the 1st node and the storage from the 2nd node, set the retention and limit the bandwidth.
When I run the job, I get error message:
Code:
TASK ERROR: could not activate storage 'backups': unable to activate storage 'backups' - directory is expected to be a mount point but is not mounted: '/mnt/pve/backups'
Any ideas what I did wrong, perhaps?