I can achieve a similar hung task by using the following script:
#!/bin/bash -x
NUM=7999
for (( i=0; i<${NUM}; i++ ))
do
ip netns add foobar$i
done
for (( i=0; i<${NUM}; i++ ))
do
ip netns delete foobar$i
done
for (( i=0; i<${NUM}; i++ ))
do
ip netns add foobar$i
done
for (( i=0; i<${NUM}; i++ ))
do
ip netns delete foobar$i
done
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1196295
Title:
lxc-start enters uninterruptible sleep
To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1196295/+subscriptions
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs