Skip to content

Commit

Permalink
Run couchdb_info on database files.
Browse files Browse the repository at this point in the history
Change-Id: I55b0c9f68521e87932abbda5100cf22bb30de7f0
Reviewed-on: http://review.couchbase.org/55509
Tested-by: Aliaksey Artamonau <aliaksiej.artamonau@gmail.com>
Reviewed-by: Artem Stemkovski <artem@couchbase.com>
  • Loading branch information
aartamonau authored and vzasade committed Sep 28, 2015
1 parent 279ab42 commit f866194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cbcollect_info
Expand Up @@ -482,6 +482,10 @@ def make_product_task(guts, initargs_path, options):
["ls", "-lRai", dbdir]),
UnixTask("Index directory structure",
["ls", "-lRai", viewdir]),
UnixTask("couch_dbinfo",
["find", dbdir, "-type", "f",
"-name", "*.couch.*",
"-exec", "couch_dbinfo", "-i", "{}", "+"]),
LinuxTask("Database directory filefrag info",
["find", dbdir, "-type", "f", "-exec", "filefrag", "-v", "{}", "+"]),
LinuxTask("Index directory filefrag info",
Expand Down

0 comments on commit f866194

Please sign in to comment.