<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    this is limited on 6 disk, because of the gui installer.<br>
    but you can add more disk later by useing the CLI.<br>
    <br>
    Rereads<br>
    <br>
    <div class="moz-cite-prefix">On 02/02/2015 06:24 AM, lyt_yudi wrote:<br>
    </div>
    <blockquote
      cite="mid:85338B15-4C17-4347-9A6E-A95A695A329B@icloud.com"
      type="cite">
      <pre wrap="">hi, PVE Developers
    why disk count less than 6 ? 
    why can't select all disk to zfs_raid_setup ?
……
sub get_zfs_raid_setup {

    my $filesys = $config_options->{filesys};

    my $dev_name_hash = {};

    my $devlist = [];
    my $bootdevlist = [];
    for (my $i = 0; $i < 6; $i++) {
        if (my $hd = $config_options->{"disksel$i"}) {
            my ($disk, $devname, $size, $model) = @$hd;
            die "device '$devname' is used more than once\n" 
                if $dev_name_hash->{$devname};
            $dev_name_hash->{$devname} = $hd;
            push @$devlist, $hd;
        }
    }

    my $diskcount = scalar(@$devlist);
    die "$filesys need at least one device\n" if $diskcount < 1;
…...

Thanks a lot! 


lyt_yudi
<a class="moz-txt-link-abbreviated" href="mailto:lyt_yudi@icloud.com">lyt_yudi@icloud.com</a>



</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
pve-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-devel@pve.proxmox.com">pve-devel@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>