mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
0e1df3cc72
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
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
|