Bill Sanders
Bill Sanders
Should this be a 4.0 milestone? It tends to bite a lot of newbies.
@mikebobadilla can you double check this endpoint exists and works?
Could also change this in /etc/ssh/ssh_known_hosts instead of /root/.ssh/. See https://linux.die.net/man/5/ssh_config "GlobalKnownHostsFile"
`list host xml` needs to check if the attributes for the provided host has a `node` key, and if not raise CommandError with something obvious like "{host} does not have...
Cause of bug is an empty attributes dictionary, as code was originally written with backends in mind where this dictionary would be populated by a call to `stack list host...
Reopening. Issue still exists on a normal install. Workaround is still valid. My test included using a pre-made site.attrs where `nukedisks=true`. Fix now depends on either: 1. #183 (add nukedisks...
Splitting this off from #187 which is currently being worked on. Dealing with a limit to the disk usage is still TBD.
Does apache have a way of telling you, without parsing their entire config tree, where that file is configured to be?
This matches our internal Jira STACKI-1631
Hey @kargh, thanks for the suggestion. I actually was thinking about this just a week or so ago! I think there's probably some other low-hanging fruit in optimizing that command...