Comment 9 for bug 1864221

Revision history for this message
Cristopher Lemus (cjlemusc) wrote :

Hi Chris,

From the Layered Build, I got the following:

drbdsetup new-resource blah --cpu-mask=300000003|dmesg|tail
returns an error:
blah: Failure: (122) kmalloc() failed. Out of memory?
and
[ 4079.525275] d-con blah: bitmap_parse() failed with -75

drbdsetup new-resource blah2 --cpu-mask=3,00000003|dmesg|tail
doesn't return an error on kernel logs.

After 15-20mins, the last entry on dmesg is still:
[ 4079.525275] d-con blah: bitmap_parse() failed with -75

Full outputs here:

http://paste.openstack.org/show/790506/

Tomorrow, I'll install this same hardware with the monolithic build and provide the same output and collect.

Thanks a lot for your help!