* [pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools'
@ 2026-01-22 10:37 Dominik Csapak
2026-01-22 12:58 ` [pve-devel] applied: " Fiona Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-01-22 10:37 UTC (permalink / raw)
To: pve-devel
this isn't in use here anymore since commit:
0e30b31 (api: get rid of moved 'usb' call)
So let's remove the use statement here.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
noticed while looking for users of that module
src/PVE/API2/Storage/Scan.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/PVE/API2/Storage/Scan.pm b/src/PVE/API2/Storage/Scan.pm
index 71f5457..dc1c606 100644
--- a/src/PVE/API2/Storage/Scan.pm
+++ b/src/PVE/API2/Storage/Scan.pm
@@ -10,7 +10,6 @@ use PVE::RESTHandler;
use PVE::SafeSyslog;
use PVE::Storage::LVMPlugin;
use PVE::Storage;
-use PVE::SysFSTools;
use base qw(PVE::RESTHandler);
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools'
2026-01-22 10:37 [pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools' Dominik Csapak
@ 2026-01-22 12:58 ` Fiona Ebner
0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2026-01-22 12:58 UTC (permalink / raw)
To: pve-devel, Dominik Csapak
On Thu, 22 Jan 2026 11:37:07 +0100, Dominik Csapak wrote:
> this isn't in use here anymore since commit:
> 0e30b31 (api: get rid of moved 'usb' call)
>
> So let's remove the use statement here.
Applied, thanks! I made a followup adding missing includes for
LvmThinPlugin and PBSPlugin.
[1/1] api: scan: remove unnecessary 'use PVE::SysFSTools'
commit: 2178f91137a9820f9a571c8309b93620631ef57d
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-22 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-22 10:37 [pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools' Dominik Csapak
2026-01-22 12:58 ` [pve-devel] applied: " Fiona Ebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox