]> git.proxmox.com Git - pve-storage.git/commit - src/PVE/Storage/Plugin.pm
Fixes: #1415 do not block pvestatd when nfsd is stopped on the server side
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 29 Jun 2017 12:48:13 +0000 (14:48 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Jun 2017 13:16:08 +0000 (15:16 +0200)
commite53050ed13bbe9c8e8122c0b7b34b2e4b33f242e
tree1b63d990b0624e530cea15b227b95aaedb76bb78
parent67680141d7f4e4fbad13411f320ceda616005dc7
Fixes: #1415 do not block pvestatd when nfsd is stopped on the server side
Wrap the -d test with run_or_get_killed sub this test
can make pvestatd hang on I/O wait when a nfsd process is stopped

This might help with other file based storages, for instance
directory storages on unplugged USB devices.
PVE/Storage/Plugin.pm