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(
args=[
'mount',
'-t', fstype,
'-o', options,
'--',
dev,