gluster / nbd-runner

Network Block Device for Distributed Storages, such as Gluster, Ceph, Azure, etc.
GNU General Public License v2.0
11 stars 4 forks source link

map: clean up the code and release the glfs when needed #32

Closed lxbsz closed 5 years ago

lxbsz commented 5 years ago

The test case will be like:

# while [ 1 ]; do ./cli/nbd-cli gluster map repvol@10.70.39.241:/file31 host 10.70.39.241; sleep 1; done
lxbsz commented 5 years ago

Test for about 2 hours in both Fedora 27 and RHEL7, all works as expected.