Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9d17744 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: do not ignore osd_idle_ttl mount option



Actually apply the mount option to the mount_args struct.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 52dfb8ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;