LU-8913 nodemap: fix nodemap range format '*@<net>' support
In cfs_ip_min_max(), (nidrange->nr_all == 1) means this nid range is a full IP address range(*.*.*.*). In this case, we don't need to compare it to any other nid range, but set min_nid to 0.0.0.0 and max_nid to 255.255.255.255 directly. Also, test_10d is added to sanity-sec.sh to verify this patch and some code cleanup is done for jt_nodemap_add/del_range(). Change minimum MGS version to 2.10.1 Lustre-change: https://review.whamcloud.com/31684 Lustre-commit: 23026632 Change-Id: I72c546b060f9e123204a566a3bd373b4f017502d Signed-off-by:Emoly Liu <emoly.liu@intel.com> Reviewed-by:
Sebastien Buisson <sbuisson@ddn.com> Reviewed-by:
Fan Yong <fan.yong@intel.com> Signed-off-by:
Minh Diep <minh.diep@intel.com> Reviewed-on: https://review.whamcloud.com/31950 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
John L. Hammond <john.hammond@intel.com>
Showing
- libcfs/libcfs/util/nidstrings.c 6 additions, 0 deletionslibcfs/libcfs/util/nidstrings.c
- lnet/lnet/nidstrings.c 6 additions, 0 deletionslnet/lnet/nidstrings.c
- lustre/tests/sanity-sec.sh 38 additions, 8 deletionslustre/tests/sanity-sec.sh
- lustre/utils/obd.c 49 additions, 52 deletionslustre/utils/obd.c
Loading
Please register or sign in to comment