Gil Bregman

Results 14 comments of Gil Bregman

@baum changing the format of the listing has nothing to do with this issue. I see no reason to change that.

@epuertat uuid is not a required parameter in any namespace command. If the user doesn't supply it one will be generated for him. We still allow to use in namespace...

@sunilkumarn417 are you sure that nqn parameter in connect-all does what you think it does? Looking at the source code of the nvme CLI it seems that the nqn parameter...

When I set ``` Storage=persistent ``` in /etc/systemd/journald.conf I can see the old log messages even after stopping the gateway and rebooting the host.

If we don't want to rely on journald, we can make sure to backup the json log file created by docker. We can find the path for this log file...

@caroav , I don't see any reason to do this change.

The call in change_load_balancing group is just in case the user didn't pass the namespace NSID and wanted to use UUID instead. We can drop it and force the usage...

The only place we call the find function with the OMAP lock taken is in namespace delete. The get stats, get/set QOS and namespace resize do not change the OMAP...

The resize uses a value in MiBs. This means that and value passed to SPDK must be aligned to 1024*1024. If we pass 2 to SPDK it actually means 2MiB....

@gsperry2011 can you send us the git commit hash values for the NVMeOF and SPDK? You can find them in the nvmeof log. Look for "NVMeoF gateway Git commit" and...