kevinbenton | smoser: hi Scott. harlowja sent me your way. :) can you take a look at https://bugs.launchpad.net/cirros/+bug/1605832 and let me know if its feasible? | 00:01 |
---|---|---|
harlowja | mr.cirros | 00:01 |
harlowja | lol | 00:01 |
harlowja | cubswin | 00:02 |
harlowja | lol | 00:02 |
kevinbenton | cubswin:) | 00:03 |
harlowja | ha | 00:06 |
smoser | kevinbenton, feel free to join #cirros | 11:24 |
smoser | powersj, hey... very simple "does cloud-init work in ubuntu" shown http://paste.ubuntu.com/21303132/ | 18:21 |
smoser | script is http://paste.ubuntu.com/21303074/ | 18:21 |
smoser | (testing lxd) | 18:21 |
powersj | oh sweet! | 18:24 |
powersj | I'll look this over this afternoon - thx | 18:25 |
rharper | smoser: any reason to not use lxc file pull ? | 19:33 |
smoser | i dont know. | 19:34 |
rharper | mm, lxc file pull <container/path - writes to stdout; fancy | 19:36 |
rharper | I do with file pull/push had path completion though | 19:36 |
smoser | rharper, one thing woudl ble that you can't tell the difference between no file exists and something went horribly wrong | 20:05 |
smoser | $ lxc file pull x1/etc/asdf -; echo $? | 20:06 |
smoser | error: not found | 20:06 |
smoser | 1 | 20:06 |
smoser | $ lxc file pull nocontainer/dd -; echo $? | 20:06 |
smoser | error: not found | 20:06 |
smoser | 1 | 20:06 |
smoser | (non-obvious above, but x1 does exist) | 20:06 |
rharper | well, you can wait on x1 to be read before your x1 | 20:21 |
rharper | or file pull | 20:21 |
rharper | my typical idion was launch and wait; I don't see that exposed in the cli though | 20:22 |
rharper | actually, IIRC, launch blocks until it's running | 20:23 |
smoser | rharper, but you can't tell if it shut itself down or communication from client to daemon is dead... | 20:24 |
smoser | you just know something failed. | 20:24 |
smoser | which is fine. in that the wait would eventually catch it anyway. | 20:24 |
smoser | but the way i did it, exiting '9' indicated that every thing was happy, the file just didn't exist. | 20:24 |
rharper | yeah | 20:24 |
rharper | hrm, I wonder why they don't let you file pull from stopped containers (I'm guessing zfs isn't mounted) | 20:25 |
rharper | oh | 20:25 |
rharper | nm | 20:25 |
rharper | that works | 20:25 |
rharper | that's prolly worth an issue (missing file vs. unknown container name) | 20:25 |
rharper | for example, exec throwns the not found for non=container name, but 255 on exec failure | 20:26 |
rharper | smoser: did we have a bug filed for the systemd-udev interface rename where it won't rename a second time with .link files ? | 20:33 |
smoser | yeah, it works. | 20:34 |
smoser | pull and push from non-started. | 20:34 |
smoser | there is one... let me find | 20:35 |
smoser | https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579130 | 20:35 |
rharper | smoser: thanks! | 20:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!