lxc / ruby-lxc

ruby bindings for liblxc
https://linuxcontainers.org/lxc
GNU Lesser General Public License v2.1
134 stars 29 forks source link

save_config doesn't save cgroup related settings #41

Open khaefeli opened 7 years ago

khaefeli commented 7 years ago

when I'm using the save_config - it's working perfect for interface related stuff and stores the keys into the lxc config file.

but it doesn't work for cgroup memory.limit_in_bytes and cpuset.cpus is that behavior expected?