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:47] hmeij07 [The problem] |
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 123: | Line 124: | ||
< | < | ||
- | # /etx/exports content, then exportfs -ra | + | # /etc/exports content, then exportfs -ra |
/ | / | ||
Line 132: | Line 133: | ||
# test | # test | ||
[root@cottontail .snapshots]# | [root@cottontail .snapshots]# | ||
- | touch: cannot touch `/ | + | touch: cannot touch `/ |
- | < | + | </code> |
Finally, if you get this error, which is hardly informative, | Finally, if you get this error, which is hardly informative, |