]> git.proxmox.com Git - pve-cluster.git/commit
cfs_lock: re-raise exceptions
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Apr 2020 08:52:51 +0000 (10:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Apr 2020 09:10:49 +0000 (11:10 +0200)
commitc09b0af556d1206041953356ec8f73ec2c97be0a
tree6f34cc395b7ee97d68891ca34e2fc642ed824b2a
parent31c789854fb0b4e658e7535505a1fd1c4c50b7b7
cfs_lock: re-raise exceptions

so that API paths that raise an exception while holding a CFS lock
properly propagate that exception to the client, instead of the
stringified version with added noise about locks added to the front.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
data/PVE/Cluster.pm