提交 e9d17744 编写于 作者: S Sage Weil

ceph: do not ignore osd_idle_ttl mount option

Actually apply the mount option to the mount_args struct.
Signed-off-by: NSage Weil <sage@newdream.net>
上级 52dfb8ac
......@@ -548,6 +548,9 @@ static struct ceph_mount_args *parse_mount_args(int flags, char *options,
case Opt_osdkeepalivetimeout:
args->osd_keepalive_timeout = intval;
break;
case Opt_osd_idle_ttl:
args->osd_idle_ttl = intval;
break;
case Opt_mount_timeout:
args->mount_timeout = intval;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册