This is interesting:
[root@delphi-006 network-scripts]# dmg -i pool create -d --scm-size=1G --nvme-size=1T
DEBUG 14:54:04.719977 main.go:133: debug output enabled
DEBUG 14:54:04.720467 config.go:120: DAOS Client config read from /home/users/daos/daos/install/etc/daos.yml
delphi-006:10001: connected
DEBUG 14:54:04.822077 pool.go:83: Create DAOS pool request: scmbytes:1000000000 nvmebytes:1000000000000 numsvcreps:1 user:"root@" usergroup:"root@" uuid:"1f039fff-1493-49ed-98f1-1befc9dbf15e"
sys:"daos_server"
DEBUG 14:54:04.860939 pool.go:90: Create DAOS pool response: status:-1007
Pool-create command FAILED: DAOS returned error code: -1007
ERROR: dmg: DAOS returned error code: -1007
[root@delphi-006 network-scripts]#
The /home/users/daos/daos/install/etc/daos.yml specificall has:
# default: daos_server
#name: daos
name: daos_colin
Thanks.
Colin
From: <daos@daos.groups.io> on behalf of "Chaarawi, Mohamad" <mohamad.chaarawi@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Wednesday, March 18, 2020 at 1:41 PM
To: "daos@daos.groups.io" <daos@daos.groups.io>
Subject: Re: [daos] daos_test defaults to using the server/cluster/system name daos_server
Hi Colin,
Could you please try with
daos_test -g your_system_name
?
Thanks,
Mohamad
From: <daos@daos.groups.io> on behalf of Colin Ngam <cngam@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Wednesday, March 18, 2020 at 1:16 PM
To: "daos@daos.groups.io" <daos@daos.groups.io>
Subject: [daos] daos_test defaults to using the server/cluster/system name daos_server
Hi,
The daos_test uses the default name daos_server. This can conflict with other daos system in our lab:
=================
DAOS management tests..
=====================
[==========] Running 5 test(s).
[ RUN ] MGMT1: create/destroy pool on all tgts
creating pool synchronously ... ERROR: HandleCall for 2:206 failed:
unknown system name daos_server
[ ERROR ] --- 0xfffffffffffffbff != 0
I do not see an option in daos_test.
Thanks.
Colin