【问题标题】:rsync faliure on iscsi diskiSCSI 磁盘上的 rsync 失败
【发布时间】:2012-12-13 14:54:36
【问题描述】:
[root@localhost ~]# rsync -aHXA /mnt/capture-tmp/source/ /mnt/capture-tmp/dest
rsync: writefd_unbuffered failed to write 4092 bytes to socket [sender]: Broken pipe (32)
rsync: write failed on "/mnt/capture-tmp/dest/opt/StorageManager/jre/lib/i386/server/libjvm.so": Read-only file system (30)
rsync error: error in file IO (code 11) at receiver.c(302) [receiver=3.0.7]
rsync: connection unexpectedly closed (135188 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.7]

"dest" 是 iSCSI 磁盘。我无法推断失败的原因?? 谢谢。

【问题讨论】:

  • 什么类型的目标文件系统?如果 I/O 超时,某些 FS 将变为只读状态。在此问题之前和之后,“mount”对您的目的地有何说明?

标签: rsync iscsi


【解决方案1】:

看起来很明显:

rsync: write failed on "[...snip...]/libjvm.so": Read-only file system (30)
                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^

将其重新挂载为读/写,然后重试。

【讨论】:

  • 对于这台特定的机器,相同的程序失败了......对于其他机器它工作正常......
  • 它也不会立即失败。在完成一些传输后它会失败。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-12-17
  • 1970-01-01
  • 2014-02-13
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多