mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
Merge pull request #8751 from flyd1005/wip-fix-typo
doc: fix typos Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
commit
75edfbba34
@ -12,7 +12,7 @@ sudo rsync -av $PAYLOAD payload.1
|
||||
sudo rsync -av $PAYLOAD payload.2
|
||||
|
||||
# this shouldn't transfer any additional files
|
||||
echo we should get 4 here if no additional files are transfered
|
||||
echo we should get 4 here if no additional files are transferred
|
||||
sudo rsync -auv $PAYLOAD payload.1 | tee /tmp/$$
|
||||
hexdump -C /tmp/$$
|
||||
wc -l /tmp/$$ | grep 4
|
||||
|
Loading…
Reference in New Issue
Block a user