ipfs-cluster/cmd/ipfs-cluster-service
Kishan Sagathiya 5258a4d428 Remove map pintracker (#944)
This removes mappintracker and sets stateless tracker as the default (and only) pintracker component.

Because the stateless tracker matches the cluster state with only ongoing operations being kept on memory, and additional information provided by ipfs-pin-ls, syncing operations are not necessary. Therefore the Sync/SyncAll operations are removed cluster-wide.
2019-12-12 21:22:54 +01:00
..
dist Move ipfs-cluster-service and ipfs-cluster-ctl to cmd/ 2018-09-27 20:56:09 +02:00
daemon.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
lock.go Service: Select consensus on "init" (not on "daemon") 2019-08-09 19:20:53 +02:00
main_test.go service init --randomports: 2019-10-24 17:54:50 +02:00
main.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
Makefile Dockerfiles: download modules in advance 2019-10-28 10:23:18 +01:00