From: David Zeuthen Date: Tue, 11 Oct 2011 11:38:31 +0000 (-0400) Subject: Add description for ZFS devices X-Git-Tag: upstream/2.1.2~458 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a73046bd132dc55d1d6002b33d6b5eedbddcc507;p=platform%2Fupstream%2Fudisks2.git 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 --- 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}