Skip to content
Snippets Groups Projects
Commit 98712b5c authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

don't fail open with -ERANGE.

if client connected until mds will be know about real ost count,
getting LOV EA can be fail because mds not allocate enougth buffer
for LOV EA.
Branch b1_8_gate
b=16080
i=tappro
i=johann
parent 1701c2d7
No related branches found
No related tags found
No related merge requests found
...@@ -799,11 +799,6 @@ test_22() { ...@@ -799,11 +799,6 @@ test_22() {
#reformat to remove all logs #reformat to remove all logs
reformat reformat
start_mds start_mds
echo Client mount before any osts are in the logs
mount_client $MOUNT
check_mount && return 41
umount_client $MOUNT
pass
echo Client mount with ost in logs, but none running echo Client mount with ost in logs, but none running
start_ost start_ost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment