diff --git a/make-automaps/make-automaps b/make-automaps/make-automaps index 41a4168..e8c73af 100755 --- a/make-automaps/make-automaps +++ b/make-automaps/make-automaps @@ -25,6 +25,8 @@ sub parse_jbod_line { return "$1 $2:/amd/$2/X/$1"; } elsif ($in=~m"^(C\d+)\s+host==([^;]+);type:=link;fs:=/amd/\2/C/\1 host!=\2;type:=nfs;rhost:=\2;fs:=/amd/\2/c/\1;rfs:=/amd/\2/C/\1$") { return "$1 $2:/amd/$2/C/$1"; + } elsif ($in=~m"^(M\d+)\s+host==([^;]+);type:=link;fs:=/amd/\2/M/\1 host!=\2;type:=nfs;rhost:=\2;fs:=/amd/\2/m/\1;rfs:=/amd/\2/M/\1$") { + return "$1 $2:/amd/$2/M/$1"; } elsif ($in=~m"^(X\d+)\s+-fs:=/amd/([^/]+)/X/\1 host==\2;type:=link host!=\2;type:=nfs;rhost:=\2") { return "$1 $2:/amd/$2/X/$1"; } else {