I'm trying to launch scylladb in an lxc container, and I am getting the following panic when I try to run the daemon
$/usr/bin/scylla
EAL: Detected lcore 0 as core 0 on socket 0
EAL: Detected lcore 1 as core 0 on socket 0
EAL: Support maximum 128 logical core(s) by configuration.
EAL: Detected 2 lcore(s)
EAL: VFIO modules not all loaded, skip VFIO support...
EAL: Setting up physically contiguous memory...
EAL: TSC frequency is ~2494055 KHz
EAL: WARNING: cpu flags constant_tsc=yes nonstop_tsc=no -> using unreliable clock cycles !
EAL: pthread_setaffinity_np failed
PANIC in eal_thread_init_master():
cannot set affinity
10: [/usr/bin/scylla() [0x4aebd5]]
9: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f2e35d2bec5]]
8: [/usr/bin/scylla() [0x45566e]]
7: [/usr/bin/scylla() [0x538f9c]]
6: [/usr/bin/scylla() [0x4e6a26]]
5: [/usr/bin/scylla() [0x54128b]]
4: [/usr/bin/scylla() [0x678af1]]
3: [/usr/bin/scylla() [0x67be64]]
2: [/usr/bin/scylla() [0x44e0ea]]
1: [/usr/bin/scylla() [0x67f648]]
Aborted (core dumped)