mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-18 00:48:26 +00:00
do not get smart data for ceph disk list
on the ceph disks call, we do not need the smart data, so set the nosmart flag Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9e9ab96f6d
commit
5fd5c30db7
@ -577,7 +577,7 @@ __PACKAGE__->register_method ({
|
|||||||
|
|
||||||
PVE::CephTools::check_ceph_inited();
|
PVE::CephTools::check_ceph_inited();
|
||||||
|
|
||||||
my $disks = PVE::Diskmanage::get_disks();
|
my $disks = PVE::Diskmanage::get_disks(undef, 1);
|
||||||
|
|
||||||
my $res = [];
|
my $res = [];
|
||||||
foreach my $dev (keys %$disks) {
|
foreach my $dev (keys %$disks) {
|
||||||
|
Loading…
Reference in New Issue
Block a user