]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
nuke.py: remove trailing fi token 876/head
authorPatrick Donnelly <batrick@batbytes.com>
Fri, 10 Jun 2016 19:53:01 +0000 (15:53 -0400)
committerPatrick Donnelly <batrick@batbytes.com>
Fri, 10 Jun 2016 19:54:00 +0000 (15:54 -0400)
commit92866735b9193806658ca9e9fc27ad1e3395e8b7
treefe3e23de34e0f3abbdbf88c9a2c08296dc5262a1
parenteb82baa53832fd0614907faae69ec5617a79848c
nuke.py: remove trailing fi token

This caused a syntax error in one of the teuthology runs:

    2016-06-10T02:30:39.291 INFO:teuthology.nuke:clearing kernel mount from all nodes
    2016-06-10T02:30:39.292 INFO:teuthology.orchestra.run:Running command with timeout 60
    2016-06-10T02:30:39.292 INFO:teuthology.orchestra.run.mira069:Running: "grep ceph /etc/mtab | grep -o 'on /.* type' | grep -o '/.* ' | xargs -r sudo umount -f ; fi"
    2016-06-10T02:30:39.363 INFO:teuthology.orchestra.run.mira069.stderr:bash: -c: line 0: syntax error near unexpected token `fi'
    2016-06-10T02:30:39.364 INFO:teuthology.orchestra.run.mira069.stderr:bash: -c: line 0: `grep ceph /etc/mtab | grep -o 'on /.* type' | grep -o '/.* ' | xargs -r sudo umount -f ; fi'

Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
teuthology/nuke.py