X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fllapi_hsm_test.c;h=1d90e60f2867110f9a6af8636bbc805ead0324e3;hb=c28933602a6971739cb5ec3a1e920409ff19b01e;hp=54c3495b942b5817c5b55ab2ea4568d3f5adb7a6;hpb=32bd5051a518c57e35f51b7f3c7f739b5ef91b25;p=fs%2Flustre-release.git diff --git a/lustre/tests/llapi_hsm_test.c b/lustre/tests/llapi_hsm_test.c index 54c3495..1d90e60 100644 --- a/lustre/tests/llapi_hsm_test.c +++ b/lustre/tests/llapi_hsm_test.c @@ -20,12 +20,16 @@ * GPL HEADER END */ -/* Copyright 2014, 2015 Cray Inc, all rights reserved. */ +/* + * Copyright 2014, 2015 Cray Inc, all rights reserved. + * + * Copyright (c) 2015, Intel Corporation. + */ /* Some portions are extracted from llapi_layout_test.c */ /* The purpose of this test is to check some HSM functions. HSM must * be enabled before running it: - * echo enabled > /proc/fs/lustre/mdt/lustre-MDT0000/hsm_control + * lctl set_param mdt.$FSNAME-MDT0000.hsm_control=enabled */ /* All tests return 0 on success and non zero on error. The program will @@ -518,6 +522,7 @@ void helper_archiving(void (*progress) hur->hur_request.hr_flags = 0; hur->hur_request.hr_itemcount = 1; hur->hur_request.hr_data_len = 0; + hur->hur_user_item[0].hui_extent.offset = 0; hur->hur_user_item[0].hui_extent.length = -1; rc = llapi_fd2fid(fd, &hur->hur_user_item[0].hui_fid); @@ -1024,7 +1029,7 @@ static void process_args(int argc, char *argv[]) int main(int argc, char *argv[]) { - char fsname[8]; + char fsname[8 + 1]; int rc; process_args(argc, argv);