mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
2783fce24e
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget -q http://ceph.com/qa/rbd_cli_tests.pl
|
|
wget -q http://ceph.com/qa/RbdLib.pm
|
|
sudo perl rbd_cli_tests.pl --pool test
|
|
exit 0
|
|
|