Commit Graph

10 Commits

Author SHA1 Message Date
mpl 03a10b5c34 cmd/pk-mount: make -version flag actually work
Fixes #1219

Change-Id: I3eb81a3f3fdd9dbaabd3510e8d9d80e5b0ef4b8e
2018-09-24 20:12:12 +02:00
mpl 5ca78c73d2 cmd/pk-mount: add schema summary to doc
Change-Id: I516d6fe5c364b6eb1d7f8977a67791ca399d214e
2018-08-28 18:55:20 +02:00
Brad Fitzpatrick 9d0472a968 Merge "pk/fs: add Logger, set it to discard when not debugging" 2018-05-19 02:44:04 +00:00
mpl 17c1685159 pk/fs: add Logger, set it to discard when not debugging
Change-Id: I66914d436b7e3d15416a8089fac0d1c1107ce13e
2018-05-16 20:08:56 +02:00
mpl 5789ec4b8d pkg/fs: add sha224-xx...xx hint dir
And fix sha1 assumption for file name.

Fixes #1169

Change-Id: I2a907c6cf11631a4a86268a4dc393c64402b5d35
2018-05-16 18:03:18 +02:00
Brad Fitzpatrick 576dabac82 Merge "cmd/pk-mount: in debug mode, dump stacks on SIGQUIT" 2018-04-27 18:24:38 +00:00
Brad Fitzpatrick c5c5270dd0 cmd/pk-mount: in debug mode, dump stacks on SIGQUIT
Change-Id: I70737247bf29063a7061c330960b7657213266cb
2018-04-27 11:24:04 -07:00
Brad Fitzpatrick e52593865b cmd/pk-mount: default to mounting at /pk if it exists
And recommend /pk.

Change-Id: I5255c203e46b503a1b4c59856e085d7359d84f4f
2018-04-26 15:46:24 -07:00
Brad Fitzpatrick 194d4f9443 blobserver, all: add contexts to ReceiveBlob, Fetch & million resulting deps
I had intended for this to be a small change.

I was going to just add context.Context to the BlobReceiver interface,
but then I saw blob.Fetcher could also use one, so I decided to do two
in one CL.

And then it got a bit infectious and ended up touching everything.

I ended up doing SubFetch in the process by necessity.

At a certain point I finally started using context.TODO() in a few
spots, but not too many. But removing context.TODO() will come in the
future. There are more blob storage interfaces lacking context, too,
like RemoveBlobs.

Updates #733

Change-Id: Idf273180b3f8e397ac5929c6d7f520ccc5cdce08
2018-01-18 16:22:16 -08:00
Brad Fitzpatrick 617ac40512 all: rename cammount to pk-mount
Updates #981

Change-Id: Ie1d2e3c0fd7e2b7a7801ceac0fd8f93f62d56651
2018-01-08 09:54:41 -08:00