X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fliblustreapi.c;h=9a294751e5dc5bca9096243231a1a7938e48a145;hp=d9962aab5e99669e2091f16c38879bdeef659d6a;hb=510aea4a37ea26769be5946ca93a4576a1dd4095;hpb=94a5bc1bcb6c6373ead5b091ff5915dfe452377b diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index d9962aa..9a29475 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -5342,7 +5342,7 @@ int llapi_target_check(int type_num, char **obd_type, char *dir) /* Is this a lustre fs? */ int llapi_is_lustre_mnttype(const char *type) { - return (strcmp(type, "lustre") == 0 || strcmp(type,"lustre_lite") == 0); + return strcmp(type, "lustre") == 0 || strcmp(type, "lustre_tgt") == 0; } /* Is this a lustre client fs? */