Fix broken fstab entry

Whitespace between the fstab option is not valid, remove it.

Change-Id: I1be789acc7bf92811f8d4e2c0f0661ebf3be1678
Closes-Bug: #1762105
This commit is contained in:
Liam Young 2018-04-10 10:22:16 +00:00
parent 1b4c69a065
commit f75bd9762a
2 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ def setup_storage():
if loopback_device:
dev = loopback_device
options = "loop, defaults"
options = "loop,defaults"
mountpoint = '/srv/node/%s' % basename
filesystem = "xfs"

View File

@ -434,7 +434,7 @@ class SwiftStorageUtilsTests(CharmTestCase):
'/srv/test.img',
'/srv/node/test.img',
'xfs',
options='loop, defaults'
options='loop,defaults'
)
self.mkdir.assert_has_calls([