From a73046bd132dc55d1d6002b33d6b5eedbddcc507 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 11 Oct 2011 07:38:31 -0400 Subject: [PATCH] Add description for ZFS devices With things like http://zfsonlinux.org/ having ZFS devices on a Linux system is not unexpected. So we should show something meaningful. Signed-off-by: David Zeuthen --- udisks/udisksutil.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/udisks/udisksutil.c b/udisks/udisksutil.c index 9e90224..ece7426 100644 --- a/udisks/udisksutil.c +++ b/udisks/udisksutil.c @@ -473,6 +473,8 @@ const static struct {"raid", "LVM2_member", NULL, N_("LVM2 Phyiscal Volume"), N_("LVM2 PV")}, {"raid", "linux_raid_member", "*", N_("Software RAID Component (version %s)"), N_("MD Raid")}, {"raid", "linux_raid_member", NULL, N_("Software RAID Component"), N_("MD Raid")}, + {"raid", "zfs_member", "*", N_("ZFS Device (ZPool version %s)"), N_("ZFS (v%s)")}, + {"raid", "zfs_member", NULL, N_("ZFS Device"), N_("ZFS")}, {"crypto", "crypto_LUKS", "*", N_("LUKS Encryption (version %s)"), N_("LUKS")}, {"crypto", "crypto_LUKS", NULL, N_("LUKS Encryption"), N_("LUKS")}, {NULL, NULL, NULL, NULL} -- 2.7.4