~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/crush/crush.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
        __s32 max_buckets;
160
160
        __u32 max_rules;
161
161
        __s32 max_devices;
 
162
 
 
163
        /* choose local retries before re-descent */
 
164
        __u32 choose_local_tries;
 
165
        /* choose local attempts using a fallback permutation before
 
166
         * re-descent */
 
167
        __u32 choose_local_fallback_tries;
 
168
        /* choose attempts before giving up */ 
 
169
        __u32 choose_total_tries;
 
170
 
 
171
        __u32 *choose_tries;
162
172
};
163
173
 
164
174