mirror of
https://github.com/ceph/ceph
synced 2025-03-23 02:38:31 +00:00
ceph-disk: specify the filetype when mounting
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
b003e5fddc
commit
f040020fb2
@ -671,6 +671,7 @@ def mount(
|
|||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
args=[
|
args=[
|
||||||
'mount',
|
'mount',
|
||||||
|
'-t', fstype,
|
||||||
'-o', options,
|
'-o', options,
|
||||||
'--',
|
'--',
|
||||||
dev,
|
dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user