]> git.arvados.org - arvados.git/commit
Add a device_num field to status.json output.
authorTim Pierce <twp@curoverse.com>
Tue, 15 Apr 2014 21:18:22 +0000 (17:18 -0400)
committerTim Pierce <twp@curoverse.com>
Tue, 15 Apr 2014 21:18:22 +0000 (17:18 -0400)
commite6815764c940968ed825e8b2e4d984824a68fd23
tree6e7268d734ccbcf325a006572ec55efd494e422b
parentd9f6071c52c33831be88546475480920fe7e1a60
Add a device_num field to status.json output.

Include the underlying device number (as returned by stat(2)) in
status.json output, so clients can see if two Keep directories are
located on the same underlying volume. Refs #2561.
services/keep/keep.go
services/keep/keep_test.go