Hi everyone,
I have my Proxmox system running fine so far, but recently a problem appeared with my backup strategy.
The whole system is running on zfs and in regular intervals, I create a snapshot of my pool and send it to an external disk with
> zfs send -R -i mypool@oldsnapshot mypool@newsnapshot | zfs recv externaldisk/mypool
This was working fine until now and synced all VMs to the external disk.
Recently, I resized the bootdisk of a VM (from 20GB to 100GB) because space was getting low.
Now, I'm confronted with a strange error when trying to sync to the backup disk:
> cannot receive incremental stream: destination externaldisk/mypool/VMs/subvol-101-disk-0 space quota exceeded.
When I do a "zfs list", I can see the available space on the source subvol-101-disk-0 is 100G, while on the destination it's 20G.
Anyhow, I didn't set any quota for the filesystems so I'm not sure how to proceed.
I think this might be the same problem as in https://redmine.ixsystems.com/issues/26929 , and while it's commented as "not a bug" in that thread, a solution for the original problem is missing.
Can anybody shed some light on this and tell me how to fix this problem?
I have my Proxmox system running fine so far, but recently a problem appeared with my backup strategy.
The whole system is running on zfs and in regular intervals, I create a snapshot of my pool and send it to an external disk with
> zfs send -R -i mypool@oldsnapshot mypool@newsnapshot | zfs recv externaldisk/mypool
This was working fine until now and synced all VMs to the external disk.
Recently, I resized the bootdisk of a VM (from 20GB to 100GB) because space was getting low.
Now, I'm confronted with a strange error when trying to sync to the backup disk:
> cannot receive incremental stream: destination externaldisk/mypool/VMs/subvol-101-disk-0 space quota exceeded.
When I do a "zfs list", I can see the available space on the source subvol-101-disk-0 is 100G, while on the destination it's 20G.
Anyhow, I didn't set any quota for the filesystems so I'm not sure how to proceed.
I think this might be the same problem as in https://redmine.ixsystems.com/issues/26929 , and while it's commented as "not a bug" in that thread, a solution for the original problem is missing.
Can anybody shed some light on this and tell me how to fix this problem?