[pve-devel] [PATCH storage 3/3] add crucial smart attribute for wear leveling

Dominik Csapak d.csapak at proxmox.com
Tue Nov 29 16:22:41 CET 2016


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/Diskmanage.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Diskmanage.pm b/PVE/Diskmanage.pm
index abd9ca9..48e6e0a 100644
--- a/PVE/Diskmanage.pm
+++ b/PVE/Diskmanage.pm
@@ -301,6 +301,7 @@ sub get_wear_leveling_info {
 	'samsung' => 177,
 	'intel' => 233,
 	'sandisk' => 233,
+	'crucial' => 202,
 	'default' => 233,
     };
 
-- 
2.1.4





More information about the pve-devel mailing list