Bug 84589 - Name for Intel SW RAID should be updated.
Summary: Name for Intel SW RAID should be updated.
Status: RESOLVED FIXED
Alias: None
Product: udisks
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: David Zeuthen (not reading bugmail)
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-02 08:08 UTC by Pawel Baldysiak
Modified: 2014-12-18 08:11 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Pawel Baldysiak 2014-10-02 08:08:18 UTC
Intel SW RAID is no longer named "Intel Matrix RAID" and its should be changed to:
"Intel Rapid Storage Technology enterprise" for long version
and
"Intel RSTe" for short version.

Proposed patch:

diff --git a/udisks/udisksclient.c b/udisks/udisksclient.c
index 08fd9cd..095a3c1 100644
--- a/udisks/udisksclient.c
+++ b/udisks/udisksclient.c
@@ -1936,8 +1936,8 @@ static const struct
   {"raid",       "linux_raid_member", NULL,    NC_("fs-type", "Linux RAID Member"),                 NC_("fs-type", "Linux RAID Member")},
   {"raid",       "zfs_member",        "*",     NC_("fs-type", "ZFS Device (ZPool version %s)"),     NC_("fs-type", "ZFS (v%s)")},
   {"raid",       "zfs_member",        NULL,    NC_("fs-type", "ZFS Device"),                        NC_("fs-type", "ZFS")},
-  {"raid",       "isw_raid_member",   "*",     NC_("fs-type", "Intel Matrix RAID Member (version %s)"), NC_("fs-type", "IMSM RAID Member (%s)")},
-  {"raid",       "isw_raid_member",   NULL,    NC_("fs-type", "Intel Matrix RAID Member"),          NC_("fs-type", "IMSM RAID")},
+  {"raid",       "isw_raid_member",   "*",     NC_("fs-type", "Intel Rapid Storage Technology enterprise RAID Member (version %s)"), NC_("fs-type", "Intel RSTe RAID Member (%s)")},
+  {"raid",       "isw_raid_member",   NULL,    NC_("fs-type", "Intel Rapid Storage Technology enterprise RAID Member"),          NC_("fs-type", "Intel RSTe RAID Member")},
   {"crypto",     "crypto_LUKS",       "*",     NC_("fs-type", "LUKS Encryption (version %s)"),      NC_("fs-type", "LUKS")},
   {"crypto",     "crypto_LUKS",       NULL,    NC_("fs-type", "LUKS Encryption"),                   NC_("fs-type", "LUKS")},
   {"filesystem", "VMFS",              "*",     NC_("fs-type", "VMFS (version %s)"),                 NC_("fs-type", "VMFS (v%s)")},
Comment 1 Artur Paszkiewicz 2014-11-07 09:19:05 UTC
Hi,

Are there any updates on this issue? Can we expect this patch to be applied?

Thanks,
Artur
Comment 2 Martin Pitt 2014-12-18 08:11:34 UTC
Applied, thank you!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.