[pve-devel] [PATCH storage] add smartmontools as dependency

Dominik Csapak d.csapak at proxmox.com
Mon Sep 5 16:18:20 CEST 2016


since we need it in the diskmanager module, add it as a
dependency

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
installing smartmontools also starts the smartd by default
which scans /dev/hdX and /dev/sdX devices every 30 minutes and
reports errors/warnings in syslog and by mail to root, but for most
installations this is good behaviour
 control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control.in b/control.in
index d5e2c3f..07cce0b 100644
--- a/control.in
+++ b/control.in
@@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
 Section: perl
 Priority: optional
 Architecture: @@ARCH@@
-Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, thin-provisioning-tools, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2), cstream, libnet-dbus-perl
+Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, thin-provisioning-tools, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2), cstream, libnet-dbus-perl, smartmontools
 Maintainer: Proxmox Support Team <support at proxmox.com>
 Description: Proxmox VE storage management library
  This package contains the storage management library used by Proxmox VE.
-- 
2.1.4





More information about the pve-devel mailing list