This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:150 [2016/09/16 14:37] hmeij07 |
cluster:150 [2016/11/29 19:36] (current) hmeij07 |
||
---|---|---|---|
Line 2: | Line 2: | ||
**[[cluster: | **[[cluster: | ||
+ | ==== Rsync Daemon/ | ||
- | ==== The problem | + | ==== The Problem |
Trying to offload heavy read/write traffic from our file server. I also did a deep information dive to assess if we could afford enterprise level storage. That answer basically means a $42K layout at the low end and up to $70K for the high end. I've detailed the result here [[cluster: | Trying to offload heavy read/write traffic from our file server. I also did a deep information dive to assess if we could afford enterprise level storage. That answer basically means a $42K layout at the low end and up to $70K for the high end. I've detailed the result here [[cluster: | ||
Line 48: | Line 49: | ||
</ | </ | ||
- | Back on source | + | Back on target |
< | < | ||
Line 92: | Line 93: | ||
< | < | ||
- | # on source | + | # on target |
- | / | + | [root@cottontail ~]# / |
- | # watch on target | + | # on source |
[root@sharptail ~]# lsof -i:873 | [root@sharptail ~]# lsof -i:873 | ||
COMMAND | COMMAND | ||
Line 103: | Line 104: | ||
- | # see what is is doing | + | # check what rsync is doing |
[root@sharptail ~]# strace -p 29717 | [root@sharptail ~]# strace -p 29717 | ||
Process 29717 attached - interrupt to quit | Process 29717 attached - interrupt to quit | ||
Line 118: | Line 119: | ||
Suggest you debug with a small directory first, /home is 10TB in our case with 40+ million files. | Suggest you debug with a small directory first, /home is 10TB in our case with 40+ million files. | ||
+ | |||
+ | Then remount the user inaccessible area / | ||
+ | |||
+ | < | ||
+ | |||
+ | # / | ||
+ | / | ||
+ | |||
+ | # /etc/fstab content, then mount / | ||
+ | / | ||
+ | localhost:/ | ||
+ | |||
+ | # test | ||
+ | [root@cottontail .snapshots]# | ||
+ | touch: cannot touch `/ | ||
+ | |||
+ | </ | ||
Finally, if you get this error, which is hardly informative, | Finally, if you get this error, which is hardly informative, | ||
Line 125: | Line 143: | ||
2016-09-15T11: | 2016-09-15T11: | ||
- | < | + | </code> |
\\ | \\ | ||
**[[cluster: | **[[cluster: |