seaweedfs/weed/shell
2024-09-28 20:23:01 -07:00
..
command_cluster_check.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_cluster_ps.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_cluster_raft_add.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_cluster_raft_ps.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_cluster_raft_remove.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_collection_delete.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_collection_list.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_ec_balance.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_ec_common.go Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"" 2023-09-25 09:35:16 -07:00
command_ec_decode.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_ec_encode_test.go refactor(shell): Decending -> Descending (#3675) 2022-09-14 12:06:48 -07:00
command_ec_encode.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_ec_rebuild.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_ec_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
command_fs_cat.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_cd.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_configure.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_du.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_log.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_ls.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_merge_volumes.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_meta_cat.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_meta_change_volume_id.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_meta_load.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_meta_notify.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_meta_save.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_mkdir.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_mv.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_pwd.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_rm.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_tree.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_fs_verify.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_lock_unlock.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_mount_configure.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_mq_balance.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_mq_topic_configure.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_mq_topic_desc.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_mq_topic_list.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_cache.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_configure.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_meta_sync.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_mount_buckets.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_mount.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_uncache.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_remote_unmount.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_bucket_create.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_bucket_delete.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_bucket_list.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_bucket_quota_check.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_bucket_quota.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_circuitbreaker_test.go refactor(shell): readability improvements (#3704) 2022-09-16 02:43:49 -07:00
command_s3_circuitbreaker.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_clean_uploads.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_s3_configure.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_balance_test.go go fmt 2024-05-20 11:03:56 -07:00
command_volume_balance.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_check_disk_test.go fix: skipping checking active volumes with the same number of files at the moment (#4893) 2023-10-09 09:57:26 -07:00
command_volume_check_disk.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_configure_replication.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_copy.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_delete_empty.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_delete.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_fix_replication_test.go Fix/copy before delete replication (#6064) 2024-09-26 08:34:13 -07:00
command_volume_fix_replication.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_fsck.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_grow.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_list_test.go Revert "remove github.com/golang/protobuf/proto" 2024-03-17 01:00:43 -07:00
command_volume_list.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_mark.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_mount.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_move.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_server_evacuate_test.go fix tests 2023-03-13 10:00:27 -07:00
command_volume_server_evacuate.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_server_leave.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_tier_download.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_tier_move.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_tier_upload.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_unmount.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_vacuum_disable.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_vacuum_enable.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
command_volume_vacuum.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
commands.go add IsResourceHeavy() to command interface 2024-09-28 20:23:01 -07:00
shell_liner.go Added context for the MasterClient's methods to avoid endless loops (#5628) 2024-06-14 11:40:34 -07:00
volume.list2.txt tests add parsing ec shard info 2022-10-09 22:47:55 -07:00
volume.list.txt Revert "a new test case" 2022-09-10 15:35:42 -07:00