Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 182084

Re: vdiskcreate.pl cannot create more than 7 disks.

$
0
0

Hi

 

to solve the issue of not able to add more than 7 disk, add this

$unitNumber++ if ($unitNumber > 6);

 

just below

my $controllerKey = $controller->key;
      my $unitNumber = $#{$controller->device} + 1;

 

in your vdiskcreate.pl file.

after making changes you will able to add more disk till 15 disks

 

thanks


Viewing all articles
Browse latest Browse all 182084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>