seaweedfs/go/topology
Chris Lu b9aee2defb add TTL support
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.

volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h

file TTL is used when uploading
2014-09-20 12:38:59 -07:00
..
allocate_volume.go add TTL support 2014-09-20 12:38:59 -07:00
cluster_commands.go working filer server! 2014-03-30 11:28:04 -07:00
collection.go add TTL support 2014-09-20 12:38:59 -07:00
configuration.go 1. refactoring, merge "replication" logic into "topology" package 2014-04-13 01:29:52 -07:00
configuration_test.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
data_center.go Major: 2014-03-02 22:16:54 -08:00
data_node.go add TTL support 2014-09-20 12:38:59 -07:00
node.go fix bug on volume growing failure where free space equals what's 2014-03-13 12:13:39 -07:00
rack.go Major: 2014-03-02 22:16:54 -08:00
store_replicate.go 1. refactoring, merge "replication" logic into "topology" package 2014-04-13 01:29:52 -07:00
topo_test.go fix old tests that's found not working during travis integration. 2014-07-20 23:41:25 -07:00
topology.go add TTL support 2014-09-20 12:38:59 -07:00
topology_event_handling.go add TTL support 2014-09-20 12:38:59 -07:00
topology_map.go add TTL support 2014-09-20 12:38:59 -07:00
topology_vacuum.go add TTL support 2014-09-20 12:38:59 -07:00
volume_growth.go add TTL support 2014-09-20 12:38:59 -07:00
volume_growth_test.go fix old tests that's found not working during travis integration. 2014-07-20 23:41:25 -07:00
volume_layout.go add TTL support 2014-09-20 12:38:59 -07:00
volume_location_list.go switch to ReadAt() for thread-safe read 2014-03-19 04:48:13 -07:00