mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
bff8136716
When testing the upgration, for the old version the *_op_timeouts
options' type is TYPE_FLOAT, but when parsing them by strict_strtod
it will failed with error:
strict_strtod: garbage at end of string. got: '15m'
This commit will remove the 'm' suffix by switch the time to 900,
thus the old version still could parse it successfully.
Introduced-by:
|
||
---|---|---|
.. | ||
clusters | ||
conf | ||
mount | ||
objectstore-ec | ||
overrides | ||
tasks | ||
.qa | ||
begin.yaml | ||
unshare_ns_mount.sh |