.. |
command_collection_delete.go
|
collection.delete requires _default_ as the default empty collection name
|
2020-12-14 01:05:20 -08:00 |
command_collection_list.go
|
avoid reusing context object
|
2020-02-25 21:50:12 -08:00 |
command_ec_balance.go
|
ec balance among nodes with HDD
|
2021-02-16 06:22:50 -08:00 |
command_ec_common.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_ec_decode.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_ec_encode.go
|
optional parallel copy ec shards
|
2021-05-06 01:53:35 -07:00 |
command_ec_rebuild.go
|
this can compile now!!!
|
2021-02-16 02:47:02 -08:00 |
command_ec_test.go
|
go fmt
|
2021-02-17 20:57:08 -08:00 |
command_fs_cat.go
|
revert PR #1903 avoid http error: superfluous response.WriteHeader
|
2021-05-05 15:11:39 -07:00 |
command_fs_cd.go
|
simplify parsing filer host and port
|
2020-03-23 21:26:15 -07:00 |
command_fs_configure.go
|
filer: add path-specific option to enforce readonly
|
2021-06-04 01:03:41 -07:00 |
command_fs_du.go
|
rename filer2 to filer
|
2020-09-01 00:21:19 -07:00 |
command_fs_lock_unlock.go
|
shell: show which server holds the lock
|
2021-04-22 23:56:35 -07:00 |
command_fs_ls.go
|
rename filer2 to filer
|
2020-09-01 00:21:19 -07:00 |
command_fs_meta_cat.go
|
remove zstd
|
2020-11-21 13:06:45 -08:00 |
command_fs_meta_load.go
|
avoid possible corrupted file names
|
2021-04-15 11:41:34 -07:00 |
command_fs_meta_notify.go
|
refactor
|
2020-04-21 21:28:47 -07:00 |
command_fs_meta_save.go
|
minor
|
2021-05-19 23:59:39 -07:00 |
command_fs_mv.go
|
minor
|
2021-03-20 06:37:03 -07:00 |
command_fs_pwd.go
|
fix pwd printout
|
2020-03-24 02:40:29 -07:00 |
command_fs_tree.go
|
able to subscribe any topic from any point of time
|
2020-04-29 17:40:08 -07:00 |
command_s3_bucket_create.go
|
[shell] Clarify bucket replication setting order
|
2020-12-23 09:35:24 +01:00 |
command_s3_bucket_delete.go
|
shell: change bucket.list to s3.bucket.list, same for create and delete
|
2020-12-22 17:40:55 -08:00 |
command_s3_bucket_list.go
|
bucket list only directories
|
2021-05-23 10:36:22 -07:00 |
command_s3_clean_uploads.go
|
correct help message
|
2021-04-22 22:26:38 -07:00 |
command_s3_configure.go
|
remove WIP status
|
2021-01-13 22:21:34 -08:00 |
command_volume_balance.go
|
shell: fix moving volume, volume server evacuate
|
2021-03-14 21:29:55 -07:00 |
command_volume_balance_test.go
|
go fmt
|
2021-03-19 01:31:56 -07:00 |
command_volume_check_disk.go
|
volume.check.disk: break loop for read only volumes
|
2021-04-14 12:40:13 -07:00 |
command_volume_configure_replication.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_volume_copy.go
|
volume: add capability to change disk type when moving a volume
|
2021-02-09 23:58:08 -08:00 |
command_volume_delete.go
|
shell: move volume operations to use flag parsing arguments
|
2020-09-20 09:27:34 -07:00 |
command_volume_fix_replication.go
|
shell: add volume.tier.move
|
2021-02-22 01:30:07 -08:00 |
command_volume_fix_replication_test.go
|
fix test
|
2020-09-07 12:57:38 -07:00 |
command_volume_fsck.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_volume_list.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_volume_list_test.go
|
go fmt
|
2021-03-19 01:31:56 -07:00 |
command_volume_mark.go
|
add readonly
|
2020-10-28 23:17:03 +05:00 |
command_volume_mount.go
|
shell: move volume operations to use flag parsing arguments
|
2020-09-20 09:27:34 -07:00 |
command_volume_move.go
|
disk type support custom tags
|
2021-02-22 02:03:12 -08:00 |
command_volume_server_evacuate.go
|
add node.selectedVolumes
|
2021-04-15 03:19:28 -07:00 |
command_volume_server_evacuate_test.go
|
shell: fix moving volume, volume server evacuate
|
2021-03-14 21:29:55 -07:00 |
command_volume_server_leave.go
|
shell: add volumeServer.leave command
|
2020-09-13 21:25:51 -07:00 |
command_volume_tier_download.go
|
refactoring
|
2021-02-22 00:28:42 -08:00 |
command_volume_tier_move.go
|
volume.tier.move: avoid data loss when destination volume server already has the volume
|
2021-04-14 10:26:26 -07:00 |
command_volume_tier_upload.go
|
master: add cluster wide lock/unlock operation in weed shell
|
2020-04-23 13:37:31 -07:00 |
command_volume_unmount.go
|
shell: move volume operations to use flag parsing arguments
|
2020-09-20 09:27:34 -07:00 |
command_volume_vacuum.go
|
shell: add volume.vacuum command
|
2020-11-28 23:18:02 -08:00 |
commands.go
|
add back AdjustedUrl() related code
|
2021-01-28 14:36:29 -08:00 |
shell_liner.go
|
Check for history file errors as well
|
2021-06-08 11:14:49 +02:00 |