]> git.proxmox.com Git - pve-storage.git/commit
cifs: check connection: bubble up NT_STATUS_LOGON_FAILURE
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 15 Nov 2021 12:37:56 +0000 (13:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Mar 2022 16:36:38 +0000 (17:36 +0100)
commit5ef50a826296707af689d21cd8a782e26ae745dd
tree019257becca5999874ee96265f193ac9b5b6ee45
parent38431808b4bdab030fdf27497bc51229aeb3ebea
cifs: check connection: bubble up NT_STATUS_LOGON_FAILURE

in the same manner as NT_STATUS_ACCESS_DENIED. It can be assumed to be
a configuration error, so avoid showing the generic "storage <storeid>
is not online". Reported in the community forum:
https://forum.proxmox.com/threads/storage-is-not-online-cifs.99201/post-428858

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage/CIFSPlugin.pm