]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart: fix -o ceph.conf options processing 38702/head
authorMark Kogan <mkogan@redhat.com>
Wed, 23 Dec 2020 11:54:32 +0000 (13:54 +0200)
committerMark Kogan <mkogan@redhat.com>
Wed, 23 Dec 2020 11:59:44 +0000 (13:59 +0200)
commitfc2d5e522fdd8b168ff4379b2ed24bec6b347b97
treea6be65277846b2056adab6c78fdf6bcac6b65ffe
parent37d0e85d101e15c894ad912ec9fcd70ef3d515d9
vstart: fix -o ceph.conf options processing

options passed to vstart.sh via the -o param and bunched on the same
line without line termination between them
hence not being parsed.

ex:
```
cat ./ceph.conf
...
debug_ms=0 debug_objecter=0 bluestore_debug_enforce_settings=ssd
bluestore_block_size=214748364800
...
```

Fixes: https://tracker.ceph.com/issues/48708
Signed-off-by: Mark Kogan <mkogan@redhat.com>
src/vstart.sh