We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server can't validate daos_server.yml script.
daos_server.yml
ERROR: /home/runner/work/vol-daos/vol-daos/build/test/scripts/daos_server.yml: validation failed: serverconfig: code = 726 description = "number of hugepages specified (-1) is out of range (0 - 2147483647)" [778](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:779) ERROR: serverconfig: code = 726 resolution = "specify a nr_hugepages value between 0 and 2147483647" [779](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:780) H5VLTestDriver: server never started. [780](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:781) H5VLTestDriver: Server never started. [781](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:782) [782](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:783) [783](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:784) 0% tests passed, 10 tests failed out of 10 [784](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:785) [785](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:786) Total Test time (real) = 2.76 sec [786](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:787) [787](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:788) The following tests FAILED: [788](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:789) 1 - h5vl_test (Failed) [789](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:790) 2 - h5_test_testhdf5 (Failed) [790](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:791) 3 - h5vl_ext_h5daos_test_map (Failed) [791](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:792) 4 - h5vl_ext_h5daos_test_oclass (Failed) [792](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:793) 5 - h5vl_ext_h5daos_test_recovery (Failed) [793](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:794) 6 - h5vl_test_parallel (Failed) [794](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:795) 7 - h5_partest_t_bigio (Failed) [795](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:796) 8 - h5_partest_t_pshutdown (Failed) [796](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:797) 9 - h5_partest_t_shapesame (Failed) [797](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:798) 10 - h5_partest_testphdf5 (Failed) [798](https://github.com/hyoklee/vol-daos/actions/runs/4140208893/jobs/7158639104#step:8:799) Error: Process completed with exit code 8.
The text was updated successfully, but these errors were encountered:
If you set nr_hugepages: 2147483647 or 0, you get another error:
nr_hugepages: 2147483647
0
ERROR: failed to create syslogger with priority 24
Sorry, something went wrong.
1: -------------- client_init output -------------- 1: Sleeping 5s 1: ERROR: dmg: unknown flag `label'
The above error occurs for
# dmg -i version dmg version 2.3.106
1: Creating DAOS pool with manual per-engine storage allocation: 4.0 GB SCM, 0 \ B NVMe (100.00% ratio) 1: ERROR: dmg: pool create failed: rpc error: code = Unknown desc = system is u\ ninitialized (storage format required?)
--label
test/scripts/daos_pool.sh.in
No branches or pull requests
Server can't validate
daos_server.yml
script.The text was updated successfully, but these errors were encountered: