GD 2 xlator option changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

A few questions about this:

1. What (if anything) should be done for options like these which have "!" ?

        /* Switch xlator options (Distribute special case) */                   
        { .key        = "cluster.switch",                                       
          .voltype    = "cluster/distribute",                                   
          .option     = "!switch",                                              
          .type       = NO_DOC,                                                 
          .op_version = 3,                                                      
          .flags      = VOLOPT_FLAG_CLIENT_OPT                                  
        }, 


2. How should the changed key names handled?

In glusterd:

        { .key        = "cluster.switch-pattern",                               
          .voltype    = "cluster/switch",                                       
          .option     = "pattern.switch.case",                                  
          .type       = NO_DOC,                                                 
          .op_version = 3,                                                      
          .flags      = VOLOPT_FLAG_CLIENT_OPT                                  
        }, 


In dht src code:
        /* switch option */                                                     
        { .key  = {"pattern.switch.case"},                                      
          .type = GF_OPTION_TYPE_ANY,                                           
          .op_version = {3},                                                    
          .flags = OPT_FLAG_CLIENT_OPT,                                         
        },



Regards,
Nithya

_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxxx
http://lists.gluster.org/mailman/listinfo/gluster-devel

[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux