Closed yummydsky closed 6 years ago
This is expected behavior. When an error occurs, the driver puts the device into an error state. Some metadata is preserved (information about it can be seen in /proc/datto-info
), but the underlying device is destroyed.
Okay, Can I ask what you suggest to do when this case happens? And if the state goes to unverified which number is 4 or 5. Is there other action I can do except destroy it?
Once you exceed the size of the COW file dattobd can no longer maintain an accurate snapshot so it enters the error state (as you see here). The metadata about it is kept for error analysis, but basically the only thing you can do is destroy it.
Okay, thanks.
dattobd version 0.10.0
I try to monitor my disk partition /dev/sdb1 which size is 2G and mounted at /root/data/ with command below
The datto information is
After that, I copy the 98M file to another file name in folder /root/data/, then the cow file disappears.
I have checked the dmesg, and it said cow file exceeded max size 214646784.
Is that what we expected? Or it's a bug?