This commit is contained in:
parent
549414a911
commit
a6d50d4a7b
1 changed files with 23 additions and 24 deletions
|
@ -1,18 +1,17 @@
|
||||||
### Please describe the problem.
|
### Please describe the problem.
|
||||||
|
|
||||||
07:32 warp@18-volt:/mnt/zooyork/annex/somerepo (master)$ git annex info --fast
|
07:32 warp@18-volt:/mnt/zooyork/annex/somerepo (master)$ git annex info --fast
|
||||||
repository mode: indirect
|
repository mode: indirect
|
||||||
trusted repositories: 0
|
trusted repositories: 0
|
||||||
semitrusted repositories: 4
|
semitrusted repositories: 4
|
||||||
00000000-0000-0000-0000-000000000001 -- web
|
00000000-0000-0000-0000-000000000001 -- web
|
||||||
3dca408f-ccfd-48df-a8a0-b7d517a482ef -- zooyork [here]
|
3dca408f-ccfd-48df-a8a0-b7d517a482ef -- zooyork [here]
|
||||||
9fbb4e2c-4ed9-47b4-877c-74d2eeea6296 -- [kirby]
|
9fbb4e2c-4ed9-47b4-877c-74d2eeea6296 -- [kirby]
|
||||||
d1b57403-2bc2-41d8-9a8e-eec0d3f31e67 -- [pucca]
|
d1b57403-2bc2-41d8-9a8e-eec0d3f31e67 -- [pucca]
|
||||||
untrusted repositories: 0
|
untrusted repositories: 0
|
||||||
transfers in progress:
|
transfers in progress:
|
||||||
downloading folder/some-large-file.mp4 from pucca
|
downloading folder/some-large-file.mp4 from pucca
|
||||||
available local disk space: 232.2 gigabytes (+1 megabyte reserved)
|
available local disk space: 232.2 gigabytes (+1 megabyte reserved)
|
||||||
|
|
||||||
|
|
||||||
The "transfers in progress" section of the above "git annex info" output describes a file being downloaded from pucca, presumably to [here], which is zooyork. This does not describe the transfer correctly, when I ran the "git annex info --fast" command another git annex process was downloading folder/some-large-file.mp4 from zooyork to pucca (so, in the other direction than git annex info described).
|
The "transfers in progress" section of the above "git annex info" output describes a file being downloaded from pucca, presumably to [here], which is zooyork. This does not describe the transfer correctly, when I ran the "git annex info --fast" command another git annex process was downloading folder/some-large-file.mp4 from zooyork to pucca (so, in the other direction than git annex info described).
|
||||||
|
|
||||||
|
@ -24,18 +23,18 @@ The "transfers in progress" section of the above "git annex info" output describ
|
||||||
|
|
||||||
### What version of git-annex are you using? On what operating system?
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
07:37 warp@18-volt:/mnt/zooyork/annex$ git annex version
|
07:37 warp@18-volt:/mnt/zooyork/annex$ git annex version
|
||||||
git-annex version: 5.20141105-g8b19598
|
git-annex version: 5.20141105-g8b19598
|
||||||
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
|
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
|
||||||
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
|
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
|
||||||
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
|
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
|
||||||
|
|
||||||
07:37 warp@18-volt:/mnt/zooyork/annex$ lsb_release -a
|
07:37 warp@18-volt:/mnt/zooyork/annex$ lsb_release -a
|
||||||
No LSB modules are available.
|
No LSB modules are available.
|
||||||
Distributor ID: Ubuntu
|
Distributor ID: Ubuntu
|
||||||
Description: Ubuntu 14.04 LTS
|
Description: Ubuntu 14.04 LTS
|
||||||
Release: 14.04
|
Release: 14.04
|
||||||
Codename: trusty
|
Codename: trusty
|
||||||
|
|
||||||
|
|
||||||
### Please provide any additional information below.
|
### Please provide any additional information below.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue