-
Notifications
You must be signed in to change notification settings - Fork 496
Closed
Labels
bugSomething isn't workingSomething isn't workingtriagedJira issue has been created for thisJira issue has been created for this
Description
Commit 7bc38cc that solves FACT-3202 has broken libvirt-lxc containers detection
Warning: Facter: Container runtime, 'lxc-libvirt', is unsupported, setting to 'container_other'
Before the commit facter code in read_cgroup matched "lxc" on a prefix match, that is any container runtime that was named with prefix "lxc" would have satisfied the test, and an environment string "container=lxc-libvirt" will be detected as a container runtime
lxc_from_environ = /container=lxc/ =~ output_environ
smokris
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriagedJira issue has been created for thisJira issue has been created for this