[c9] wrappers should start containers with host's cgroupns

Based on related bz, wrapper container should start containers with
cgroupns set to host in Centos 9

Related-Bug: #1936005
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1985377
Change-Id: I7ff51d22eda5b2ee91001a4b4d8ab9387416dc23
This commit is contained in:
David Vallee Delisle 2021-07-27 10:25:59 -04:00
parent 70b6ac7edf
commit 4b0410a356
6 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,7 @@ $CLI run --detach ${LOGGING} \
-v /dev/log:/dev/log \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \

View File

@ -54,6 +54,7 @@ $CLI run --detach ${LOGGING} \
-v /dev/log:/dev/log \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \

View File

@ -55,6 +55,7 @@ $CLI run --detach ${LOGGING} \
-v /dev/log:/dev/log \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \

View File

@ -56,6 +56,7 @@ $CLI run --detach ${LOGGING} \
-v /dev/log:/dev/log \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \

View File

@ -54,6 +54,7 @@ $CLI run --detach ${LOGGING} \
-v /dev/log:/dev/log \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \

View File

@ -40,6 +40,7 @@ case ${CONTAINER_STATUS_SHORT} in
-v /var/lib/nova:/var/lib/nova:shared \
--net host \
--pid host \
--cgroupns host \
--privileged \
-u root \
--name $NAME \