clean before

This commit is contained in:
alex
2023-09-06 16:39:28 +02:00
parent d785a4c41e
commit 53c2f0335b

View File

@@ -1,7 +1,9 @@
#!/bin/bash #!/bin/bash
mkdir /root/results mkdir /root/results
cd /root/results cd /root/results
rm -rf *.csv
ssh root@172.172.0.196 rm -rf /mnt/vol/* ssh root@172.172.0.196 rm -rf /mnt/vol/*
ssh root@172.172.0.196 rm -rf /root/*.csv
ssh root@172.172.0.196 /root/canonical-stuff/venv/bin/python3 /root/canonical-stuff/ceph_bench/run.py local ssh root@172.172.0.196 /root/canonical-stuff/venv/bin/python3 /root/canonical-stuff/ceph_bench/run.py local
scp root@172.172.0.196:/root/*.csv . scp root@172.172.0.196:/root/*.csv .
python /root/canonical-stuff/ceph_bench/run.py distant python /root/canonical-stuff/ceph_bench/run.py distant