I've set new sizes, and launch only management test :
[root@sky08 ~]# export POOL_NVME_SIZE=16
[root@sky08 ~]# export POOL_SCM_SIZE=8
[root@sky08 ~]# mpirun --allow-run-as-root -np 1 daos_test -m
=================
DAOS management tests..
=====================
[==========] Running 5 test(s).
[ RUN ] MGMT1: create/destroy pool on all tgts
creating pool synchronously ... success uuid = 95650fb9-3eec-4b48-9c5f-ffaff9597df8
destroying pool synchronously ... success
[ OK ] MGMT1: create/destroy pool on all tgts
[ RUN ] MGMT2: create/destroy pool on all tgts (async)
creating pool asynchronously ... success uuid = 865c9dcc-c28c-4759-88fe-46e009c52362
destroying pool asynchronously ... success
[ OK ] MGMT2: create/destroy pool on all tgts (async)
[ RUN ] MGMT3: list-pools with no pools in sys
[ ERROR ] --- 0x2 != 0
[ LINE ] --- src/tests/suite/daos_mgmt.c:262: error: Failure!
[ FAILED ] MGMT3: list-pools with no pools in sys
[ RUN ] MGMT4: list-pools with multiple pools in sys
setup: creating pool, SCM size=8 GB, NVMe size=16 GB
setup: created pool 2817ca85-971a-4a43-b01b-fefcec01ec1d
setup: creating pool, SCM size=8 GB, NVMe size=16 GB
setup: created pool f4aaa2fe-5e00-47d8-9d04-a9559df709d5
setup: creating pool, SCM size=8 GB, NVMe size=16 GB
setup: created pool 2e81be40-1c5a-401f-be5a-c9646603a9f8
setup: creating pool, SCM size=8 GB, NVMe size=16 GB
setup: created pool 929dad5e-f797-4c4e-bb33-44fde4c958cf
teardown: destroyed pool 2817ca85-971a-4a43-b01b-fefcec01ec1d
teardown: destroyed pool f4aaa2fe-5e00-47d8-9d04-a9559df709d5
teardown: destroyed pool 2e81be40-1c5a-401f-be5a-c9646603a9f8
teardown: destroyed pool 929dad5e-f797-4c4e-bb33-44fde4c958cf
[ FAILED ] MGMT4: list-pools with multiple pools in sys
[ RUN ] MGMT5: retry MGMT_POOL_{CREATE,DESETROY} upon errors
Fault injection required for test, skipping...
[ ERROR ] --- 0x6 != 0x4
[ LINE ] --- src/tests/suite/daos_mgmt.c:262: error: Failure!
[ SKIPPED ] MGMT5: retry MGMT_POOL_{CREATE,DESETROY} upon errors
[==========] 5 test(s) run.
[ PASSED ] 2 test(s).
[ SKIPPED ] 1 test(s), listed below:
[ SKIPPED ] MGMT5: retry MGMT_POOL_{CREATE,DESETROY} upon errors
1 SKIPPED TEST(S)
[ FAILED ] 2 test(s), listed below:
[ FAILED ] MGMT3: list-pools with no pools in sys
[ FAILED ] MGMT4: list-pools with multiple pools in sys
2 FAILED TEST(S)
============ Summary src/tests/suite/daos_test.c
ERROR, 2 TEST(S) FAILED
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[13612,1],0]
Exit code: 2
--------------------------------------------------------------------------
Is it ok that few tests have failed?