Linux:R1Soft快照失败,错误为"文件IO错误"!

时间:2020-02-23 14:39:57  来源:igfitidea点击:

Snapshot failed with error 'FILE IO ERROR'!

一台或者多台服务器的R1Soft策略上有此错误吗?

Error replicating device <PARTITION_MOUNTPOINT> (<PARTITION_UUID>)
Protocol error, expected request finished
Encountered <0000> read failures!
Snapshot failed with error 'FILE IO ERROR'!
An exception occurred during the request. Backup failed due to snapshot error! The next replication will force a full block scan.

这可能是由于您的一个分区/挂载点上的文件系统100%已满!

在服务器上登录并发出以下命令:

df -h

输出应该给你这样的东西:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              48G   28G   18G  62% /
/dev/sda8             352G  201G  133G  61% /cache
/dev/sda7             1.9G  1.9G     0 100% /var/log
/dev/sda6             2.9G   92M  2.6G   4% /tmp
/dev/sda5             946G  685G  213G  77% /home
/dev/sda1              99M   30M   65M  32% /boot
tmpfs                 9.8G     0  9.8G   0% /dev/shm

在这种情况下,我们可以看到"/var/log"分区已满。
检查输出,并在分区上显示100%的使用空间。

然后再次运行备份策略,您的备份应成功完成。