Created
July 26, 2018 17:57
-
-
Save rmeleromira/17a1066aba7a3cd50e9dee70c2b3c18a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-07-26 02:02:22,063 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/ctl01.trainings.local/system.qcow2' in directory '/root' | |
2018-07-26 02:02:22,137 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'sfdisk -d /dev/nbd9' in directory '/root' | |
2018-07-26 02:02:22,206 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'partprobe /dev/nbd9' in directory '/root' | |
2018-07-26 02:02:23,282 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1' in directory '/root' | |
2018-07-26 02:02:24,142 [salt.loaded.ext.module.seedng:161 ][INFO ][18417] salt-minion pre-installed on image, configuring as ctl01.trainings.local | |
2018-07-26 02:02:24,153 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'mount -l' in directory '/root' | |
2018-07-26 02:02:24,234 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root' | |
2018-07-26 02:02:24,379 [salt.loaded.int.module.cmdmod:392 ][INFO ][18417] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-07-26 02:21:04,661 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'qemu-nbd -c /dev/nbd9 /pool/images/mon03.trainings.local/system.qcow2' in directory '/root' | |
2018-07-26 02:21:04,752 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'sfdisk -d /dev/nbd9' in directory '/root' | |
2018-07-26 02:21:04,807 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'partprobe /dev/nbd9' in directory '/root' | |
2018-07-26 02:21:05,873 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1' in directory '/root' | |
2018-07-26 02:21:05,968 [py.warnings :160 ][WARNING ][21158] /var/cache/salt/minion/extmods/modules/seedng.py:223: DeprecationWarning: Use of 'salt.utils.fopen' detected. This function has been moved to 'salt.utils.files.fopen' as of Salt 2018.3.0. This warning will be removed in Salt Neon. | |
2018-07-26 02:21:06,706 [salt.loaded.ext.module.seedng:161 ][INFO ][21158] salt-minion pre-installed on image, configuring as mon03.trainings.local | |
2018-07-26 02:21:06,718 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'mount -l' in directory '/root' | |
2018-07-26 02:21:06,784 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root' | |
2018-07-26 02:21:06,933 [salt.loaded.int.module.cmdmod:392 ][INFO ][21158] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@kvm01:~# salt-call pillar.get virt:pool | |
local: | |
/pool/images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment