[PVE-User] about ceph server
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Tue Feb 18 08:28:03 CET 2014
    
    
  
> now, when add mon.7 for eighth node, there have a error:
> unable to find usable monitor id (500)
> 
> ##Ceph.pm
>  825         my $monid;
>  826         for (my $i = 0; $i < 7; $i++) {
>  827             if (!$cfg->{"mon.$i"}) {
>  828                 $monid = $i;
>  829                 last;
>  830             }
>  831         }
> 
> just modify here ?
It makes no sense to me to run more than 7 monitors.
Are you sure you want to do that?
    
    
More information about the pve-user
mailing list