Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow call_get_os_release to fail #4978

Closed
wants to merge 1 commit into from
Closed

Conversation

agx
Copy link
Contributor

@agx agx commented Dec 25, 2016

since there's no os to be read from VMs. Without this machinectl would
silently abort if libvirt managed QEMU VMs are running. Now we get:

$ ./machinectl
MACHINE CLASS SERVICE OS VERSION ADDRESSES
lxc-12178-sl container libvirt-lxc debian -
qemu-3-wheezy vm libvirt-qemu - -
2 machines listed.

I've just remove the error checking. If there should be a log_error instead let me know.

since there's no os to be read from VMs.  Without this machinectl would
silently abort if libvirt managed QEMU VMs are running. Now we get:

$ ./machinectl
MACHINE       CLASS     SERVICE      OS     VERSION ADDRESSES
lxc-12178-sl  container libvirt-lxc  debian -
qemu-3-wheezy vm        libvirt-qemu -      -
2 machines listed.
@evverx
Copy link
Member

evverx commented Dec 25, 2016

Looks like #4972

@evverx evverx added the machine label Dec 25, 2016
@poettering
Copy link
Member

Closing this one in favour of #4972.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants