mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
ceph: do not ignore osd_idle_ttl mount option
Actually apply the mount option to the mount_args struct. Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
52dfb8ac0e
commit
e9d1774431
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue