Replies: 2 comments 1 reply
-
Also can not force set refreservation=auto, in zfs receive -o option,which report size is greater than available space. |
Beta Was this translation helpful? Give feedback.
-
That's odd, I'd rather expect it to have failed to receive if it couldn't set the refreservation correctly.
Based on the values in your other question, though, that error does make sense - if the zvols are 5.2T each or so, even if they're only using 500G or so, refreservation is going to reserve enough space to overwrite the whole volume once to avoid you being able to run out of space mid-overwrite, since almost nothing knows what to do about a block device that returns ENOSPC, and would be 5.2T, which is more space left after other reservations than the pool has available... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I create two volumes which both are thick volume, but receive volume turn into thin volume after receive operation
this is my cmd:
other property in receive_volume like compression /dedup just the same as the source volume.But the refreservation is rollback to None(the same as pool)

Any buddys know How to make the property likes refreservation of volume which run "zfs receive" just same as source volume
Beta Was this translation helpful? Give feedback.
All reactions