]> git.proxmox.com Git - pve-storage.git/commit
move SMART error handling into get_disks
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Sep 2016 11:42:22 +0000 (13:42 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 29 Sep 2016 06:40:19 +0000 (08:40 +0200)
commitacd3d9164950884a824d2e0bbc8cd01871b62770
tree3456c19fbe61e11dbdc6218f0709a0d634f32f94
parentd547f26c7d81d0080700aa8b2c85aa2ac18d2217
move SMART error handling into get_disks

because we never ever want to die in get_disks because of a
single disk, but the nodes/xyz/disks/smart API path is
allowed to fail if a disk device is unsupported by smartctl
or something else goes wrong.
PVE/API2/Disks.pm
PVE/Diskmanage.pm