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
Following https://daosio.atlassian.net/wiki/spaces/DC/pages/11138695214/HDF5+VOL+Connector
on bypassing the UNS requirement with
export HDF5_DAOS_BYPASS_DUNS=1 export DAOS_POOL=pool_label
creates a container of type unknown and label container_label_not_set
unlike, without bypassing the UNS requirement with unset HDF5_DAOS_BYPASS_DUNS
unset HDF5_DAOS_BYPASS_DUNS
creates a container of type HDF5 and label container_label_not_set
kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> daos cont list datascience UUID Label ---- ----- 78104b7a-48e6-4f2b-9a6c-2382532a8f67 dlio ff0889f5-db03-4bac-b5f8-9c8ddacc2fa4 kau_pos_cont d6b2e72a-a016-41b9-9978-20774395504d resnet_data 808ce1e3-08ef-479c-97ee-873387de07cc ml_datasets kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> rm -rf /tmp/datascience/kau_pos_cont/* kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> unset HDF5_DAOS_BYPASS_DUNS kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> h5bench -d 2_small_indep.json ... kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> daos cont list datascience UUID Label ---- ----- 78104b7a-48e6-4f2b-9a6c-2382532a8f67 dlio ff0889f5-db03-4bac-b5f8-9c8ddacc2fa4 kau_pos_cont b6f6ab30-8a21-473c-baa1-643f05664179 container_label_not_set d6b2e72a-a016-41b9-9978-20774395504d resnet_data 808ce1e3-08ef-479c-97ee-873387de07cc ml_datasets kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> daos cont query datascience b6f6ab30-8a21-473c-baa1-643f05664179 Container UUID : b6f6ab30-8a21-473c-baa1-643f05664179 Container Type : HDF5 Pool UUID : ea3abd65-dabb-4b45-84f3-3d29ab307686 Number of snapshots : 0 Latest Persistent Snapshot : 0x0 Container redundancy factor: 0 kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> export HDF5_DAOS_BYPASS_DUNS=1 kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> DAOS_POOL=datascience kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> DAOS_CONT=kau_pos_cont kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> export DAOS_POOL=$DAOS_POOL kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> export DAOS_CONT=$DAOS_CONT kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> h5bench -d 2_small_indep.json kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> daos cont list datascience UUID Label ---- ----- 78104b7a-48e6-4f2b-9a6c-2382532a8f67 dlio ff0889f5-db03-4bac-b5f8-9c8ddacc2fa4 kau_pos_cont d6b2e72a-a016-41b9-9978-20774395504d resnet_data 808ce1e3-08ef-479c-97ee-873387de07cc ml_datasets 24b8db1f-1d34-5cbb-a54b-c585a8a827fa container_label_not_set kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1> daos cont query datascience 24b8db1f-1d34-5cbb-a54b-c585a8a827fa Container UUID : 24b8db1f-1d34-5cbb-a54b-c585a8a827fa Container Type : unknown Pool UUID : ea3abd65-dabb-4b45-84f3-3d29ab307686 Number of snapshots : 0 Latest Persistent Snapshot : 0x0 Container redundancy factor: 0 kaushikvelusamy@x1921c0s0b0n0:/lus/gila/projects/CSC250STDM10_CNDA/kaushik/experiments/daos_h5bench/vol/kaushik/iteration1>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following https://daosio.atlassian.net/wiki/spaces/DC/pages/11138695214/HDF5+VOL+Connector
on bypassing the UNS requirement with
creates a container of type unknown and label container_label_not_set
unlike, without bypassing the UNS requirement with
unset HDF5_DAOS_BYPASS_DUNS
creates a container of type HDF5 and label container_label_not_set
The text was updated successfully, but these errors were encountered: