Skip to content

Commit

Permalink
F #5499: fix (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Sep 15, 2021
1 parent 7e26ebb commit d9f88f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/lib/lxc/opennebula_vm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def to_lxc
if @xml['/VM/USER_TEMPLATE/LXC_UNPRIVILEGED'].casecmp('FALSE').zero?
@lxcrc[:id_map] = 0

lxc['lxc.include'] = "#{@lxcrc[:profiles_location]}/profile_privileged"
lxc['lxc.include'] << "#{@lxcrc[:profiles_location]}/profile_privileged"
else
lxc['lxc.idmap'] = ["u 0 #{@lxcrc[:id_map]} #{@lxcrc[:max_map]}",
"g 0 #{@lxcrc[:id_map]} #{@lxcrc[:max_map]}"]
Expand Down

0 comments on commit d9f88f3

Please sign in to comment.