Skip to content

Commit

Permalink
Merge pull request #231 from cloudfoundry/revert-229-patch-1
Browse files Browse the repository at this point in the history
Revert "Updating the name of the bbs log file"
  • Loading branch information
caod123 authored Dec 1, 2016
2 parents e1b2d57 + 05a8dc4 commit 9efd8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Converting Diego from standalone etcd to standalone relational requires two depl
2. Deploy Diego and verify that the BBS nodes have migrated the etcd data to the relational store.
1. Verifying BBS is using SQL backend
```shell
bosh -d /path/to/diego.yml instances | grep database | awk '{print $2}' | xargs -n1 -P5 -I{} bosh -d /path/to/diego.yml ssh {} "grep bbs.migration-manager.finished-migrations /var/vcap/sys/log/bbs/bbs.stdout.log" 2>&1 | grep migration | grep -v Executing | wc -l
bosh -d /path/to/diego.yml instances | grep database | awk '{print $2}' | xargs -n1 -P5 -I{} bosh -d /path/to/diego.yml ssh {} "grep bbs.migration-manager.finished-migrations /var/vcap/sys/log/bbs/bbs.stdout" 2>&1 | grep migration | grep -v Executing | wc -l
```

Or manually by sshing into all database_z* vms and running the following:
```shell
grep bbs.migration-manager.finished-migrations /var/vcap/sys/log/bbs/bbs.stdout.log | wc -l
grep bbs.migration-manager.finished-migrations /var/vcap/sys/log/bbs/bbs.stdout | wc -l
```

The output from the command should larger than `1` on at least one
Expand Down

0 comments on commit 9efd8dd

Please sign in to comment.