This is an automated email from the ASF dual-hosted git repository. pepperjo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-crail.git.
from e9f4eb1 Merge pull request #70 from PepperJo/nqn_port_fix new 58752b4 [NVMf] add host NQN configuration parameter Currently the host NQN is generated randomly as a 128bit UUID. However this does not allow to identify particular hosts on the NVMf target. Add a new configuration parameter to allow setting the host NQN. If the host NQN is not set it will still be randomly generated. new 1cc0fff [Documentation] host NQN configuration parameter added Add documentation to newly introduced host NQN configuration parameter for the NVMf storage tier: crail.storage.nvmf.hostnqn Defaults to random 128bit UUID. Datanodes can be started with command line argument -hostnqn to override configuration file parameter The 405 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: doc/source/config.rst | 1 + doc/source/run.rst | 1 + .../org/apache/crail/storage/nvmf/NvmfStorageClient.java | 8 ++++++-- .../apache/crail/storage/nvmf/NvmfStorageConstants.java | 14 ++++++++++++++ .../org/apache/crail/storage/nvmf/NvmfStorageServer.java | 8 +++++++- 5 files changed, 29 insertions(+), 3 deletions(-)