From 07ad49a96944519dbb91f4c9c418f0350342341c Mon Sep 17 00:00:00 2001 From: Patience Warnick Date: Mon, 14 Jan 2008 09:54:22 -0800 Subject: [PATCH] Increased attempts to 10 for now. --- src/kernel/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/client.c b/src/kernel/client.c index 9a90ef12ff720..dd8f8ce40b11b 100644 --- a/src/kernel/client.c +++ b/src/kernel/client.c @@ -101,7 +101,7 @@ static int mount(struct ceph_client *client, struct ceph_mount_args *args) { struct ceph_msg *mount_msg; int err; - int attempts = 3; + int attempts = 10; int which; char r; -- 2.39.5