ds5kperf.pl support for "Thin Logical Drive"

Small patch for support "Thin Logical Drive" in DS3524

ds5kperf.pl version 2.10
line 571:
-   if ( $line =~ /^Logical Drive/ || $line =~ /^Thin Volume/ || $line =~ /^Volume/ || $line =~ /^Virtual Disk/ ) {

+   if ( $line =~ /^Thin Logical Drive/ || $line =~ /^Logical Drive/ || $line =~ /^Thin Volume/ || $line =~ /^Volume/ || $line =~ /^Virtual Disk/ ) {
+      $line =~ s/^Thin Logical Drive //g;

===============
line 650:
-   if ( $line =~ "Capacity:" || $line =~ "Virtual capacity:" ) {

+   if ( ( $line =~ "Capacity:" || $line =~ "Virtual capacity:" ) && !$data{VOLUME}{$volume_name}{CAPACITY}) {
=================
Maybe for someone it will be useful






Comments

  • thanks, definitelly useful.
    We have no access to the storage with firmware where are Thin logical drives supported.
  • I am glad to help.
    If you want, I can send the output for my storage.

  • it is ok if it is working, do not need to see it :)
    thanks
Sign In or Register to comment.