mirror of
https://github.com/ceph/ceph
synced 2025-03-20 01:07:42 +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(
|
||||
args=[
|
||||
'mount',
|
||||
'-t', fstype,
|
||||
'-o', options,
|
||||
'--',
|
||||
dev,
|
||||
|
Loading…
Reference in New Issue
Block a user