Re: [pve-devel] why disk count less than 6?

2015-02-02 Thread lyt_yudi
ok, got it! Thanks again! lyt_yudi lyt_y...@icloud.com > 在 2015年2月2日,下午4:43,Dietmar Maurer 写道: > > >> hi, PVE Developers >>why disk count less than 6 ? > > There is simple no room on the gui to select an unlimited amount of disk. > (But feel free to send a patch if you have a soluti

Re: [pve-devel] why disk count less than 6?

2015-02-02 Thread Dietmar Maurer
> hi, PVE Developers > why disk count less than 6 ? There is simple no room on the gui to select an unlimited amount of disk. (But feel free to send a patch if you have a solution for that problem.) With the current solution, you are able to install any zfs RAID level. Adding additional dis

Re: [pve-devel] why disk count less than 6?

2015-02-02 Thread Wolfgang Link
Hi, this is limited on 6 disk, because of the gui installer. but you can add more disk later by useing the CLI. Rereads On 02/02/2015 06:24 AM, lyt_yudi wrote: hi, PVE Developers why disk count less than 6 ? why can't select all disk to zfs_raid_setup ? …… sub get_zfs_raid_setup {

[pve-devel] why disk count less than 6?

2015-02-01 Thread lyt_yudi
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++) {