mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
38f6a78c71
For now this task does not setup networking for the vm, and simply runs an executable downloaded from a specified url. It does support adding multiple rbd devices, but making use of that with e.g. xfstests requires a bit more work.
12 lines
140 B
YAML
12 lines
140 B
YAML
- |
|
|
#!/bin/bash
|
|
cp /var/log/cloud-init-output.log /mnt/log
|
|
|
|
- |
|
|
#!/bin/bash
|
|
umount /mnt/log
|
|
|
|
- |
|
|
#!/bin/bash
|
|
shutdown -h -P now
|