mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
21795aaf5d
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
12 lines
137 B
Bash
Executable File
12 lines
137 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# srcdn=destdn
|
|
touch mnt/a/file1
|
|
mv mnt/a/file1 mnt/a/file1.renamed
|
|
|
|
# different
|
|
touch mnt/a/file2
|
|
mv mnt/a/file2 mnt/b
|
|
|
|
|