1
0
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:
Alfredo Deza 2013-08-23 08:56:07 -04:00 committed by Sage Weil
parent b003e5fddc
commit f040020fb2

View File

@ -671,6 +671,7 @@ def mount(
subprocess.check_call( subprocess.check_call(
args=[ args=[
'mount', 'mount',
'-t', fstype,
'-o', options, '-o', options,
'--', '--',
dev, dev,