mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* mount cgroup with "already mounted or cgroup busy"
@ 2019-10-30  9:32 Li,Rongqing
  2019-11-22 15:19 ` Michal Koutný
  0 siblings, 1 reply; 2+ messages in thread
From: Li,Rongqing @ 2019-10-30  9:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: tj, lizefan, hannes, cgroups

Hi:

I meet a issue, and not sure if it is normal
Using the below script, the last line mount will fail after unmount
And it will fail until reboot system

mount -t cgroup -o cpu,cpuset xx cgroup
mkdir cgroup/x
rmdir cgroup/x
umount cgroup
mount -t cgroup -o cpu xx cgroup
mount: xx already mounted or cgroup busy

but if I add sleep, it will success

mount -t cgroup -o cpu,cpuset xx cgroup
mkdir cgroup/x
rmdir cgroup/x
sleep 10  <<<<==========
umount cgroup
mount -t cgroup -o cpu xx cgroup

- Li RongQing



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-22 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  9:32 mount cgroup with "already mounted or cgroup busy" Li,Rongqing
2019-11-22 15:19 ` Michal Koutný

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®