summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* core/memacct: save allocs in mem_acct_rec listN Balachandran2017-12-071-0/+19
* cli: commands are missing in man pageSanju Rakonde2017-11-281-2/+44
* Quota: Adding man page for quotaSanoj Unnikrishnan2017-11-091-0/+42
* cli: volume status command is missing in man pageSanju Rakonde2017-10-241-0/+3
* doc: Add missing option for bitrot scrub-frequencyKotresh HR2017-10-181-1/+1
* gfproxyd: Let glusterd manage gfproxy daemonPoornima G2017-10-181-0/+3
* project: update coding standardJeff Darcy2017-10-161-75/+245
* Use the new URL for the docsMichael Scherer2017-09-071-2/+2
* glusterfsd: allow subdir mountAmar Tumballi2017-08-042-2/+8
* logging: localtime logging, cmdline, volume set optionKaleb S. KEITHLEY2017-08-033-0/+9
* glusterd: Add option to get all volume options through get-state CLISamikshan Bairagya2017-07-251-1/+1
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-0/+104
* doc: beginner's guide to syncop frameworkKrishnan Parthasarathi2017-07-191-0/+72
* gluster man page: Add remote-host and script mode in gluster man pageGaurav Yadav2017-07-111-3/+2
* rpc: add more document on programs and actorsAmar Tumballi2017-05-151-0/+32
* cluster/dht: Document detailing transactions in dhtRaghavendra G2017-04-271-0/+272
* debug/sink: add xlator to aid in resource leak debuggingNiels de Vos2017-04-252-0/+177
* glusterd: Add client details to get-state outputSamikshan Bairagya2017-04-121-1/+1
* doc: Added documentation about ec implementationXavier Hernandez2017-03-031-0/+588
* glusterd: add a cli command to trigger a statedump on a clientPoornima G2017-01-231-0/+13
* inode: Add per xlator ref count for inodePoornima G2017-01-181-0/+3
* Revert "doc: fix gluster man page"Atin Mukherjee2016-12-151-1/+1
* doc: fix gluster man pageAtin Mukherjee2016-12-151-1/+1
* glusterd/cli: cli to get local state representation from glusterdSamikshan Bairagya2016-08-261-0/+3
* feature/bitrot: Ondemand scrub option for bitrotKotresh HR2016-08-251-4/+2
* gluster man page: Add output option "--xml" to man page of glusterMohit Agrawal2016-07-291-2/+2
* georep: add reset-sync-time option for session deleteMilind Changire2016-06-281-1/+2
* core: assorted typos and spelling mistakes reported by Debian lintianKaleb S KEITHLEY2016-05-182-4/+4
* common-ha: reliable grace using pacemaker notify actionsKaleb S KEITHLEY2016-03-141-0/+43
* fuse: Address the review comments in the backportPoornima G2016-03-091-0/+3
* gluster man page: adding geo-replication chapterCedric Buissart2016-02-291-0/+26
* bitrot: Update 'scrub status' cmd in man pageKotresh HR2015-12-141-0/+3
* docs: move contributor docs to the glusterdocs repositoryBipin Kunal2015-11-1518-2564/+0
* Remove selinux mount option from "man mount.glusterfs"hari gowtham2015-11-101-4/+1
* build: Remove systemtap references from sourceAnoop C S2015-11-104-11/+10
* cluster/tier update man pages for tier featureDan Lambright2015-10-191-0/+19
* Porting developer guide to source code repo from glusterdocs projectHumble Devassy Chirammal2015-10-1030-12/+3013
* man or info page of gluster needs to be updated with self-heal commandsHari Gowtham2015-09-071-0/+44
* afr: Correction to self-heal-daemon documentationPrasanna Kumar Kalever2015-09-021-10/+9
* libgfapi: adding 'follow' flag to glfs_h_lookupat()Jiffin Tony Thottan2015-08-241-1/+1
* Removing 'legacy' directory from glusterfs doc repoHumble Devassy Chirammal2015-08-1137-12123/+0
* Removing gluster_find docHumble Devassy Chirammal2015-08-112-215/+0
* Remove upgrade guide doc from glusterfs repoHumble Devassy Chirammal2015-08-053-210/+0
* fuse: add "resolve-gids" mount option to overcome 32-groups limitNiels de Vos2015-08-051-0/+3
* Removing glusterfs features doc from glusterfs repoHumble Devassy Chirammal2015-08-0532-3559/+0
* Removing admin guide from glusterfs doc repoHumble Devassy Chirammal2015-08-0442-6718/+0
* glusterd: initialize the daemon services on demandAtin Mukherjee2015-07-271-3/+6
* Adding README for gluster documentation projectHumble Devassy Chirammal2015-07-261-0/+18
* doc: Add documentation for new logging frameworkShyam2015-07-171-0/+132
* doc: remove deprecated replace-brick commands from gluster man pageAnuradha Talur2015-07-151-2/+2
cli_cmd_volume_reset_parse (const char **words, int wordcount, dict_t **opt); int32_t cli_cmd_gsync_set_parse (const char **words, int wordcount, dict_t **opt); int32_t cli_cmd_quota_parse (const char **words, int wordcount, dict_t **opt); int32_t cli_cmd_volume_set_parse (const char **words, int wordcount, dict_t **options, char **op_errstr); int32_t cli_cmd_volume_add_brick_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_volume_remove_brick_parse (const char **words, int wordcount, dict_t **options, int *question); int32_t cli_cmd_volume_replace_brick_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_log_rotate_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_log_locate_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_log_filename_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_volume_statedump_options_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_volume_clrlks_opts_parse (const char **words, int wordcount, dict_t **options); cli_local_t * cli_local_get (); void cli_local_wipe (cli_local_t *local); int32_t cli_cmd_await_connected (); int32_t cli_cmd_broadcast_connected (); int cli_rpc_notify (struct rpc_clnt *rpc, void *mydata, rpc_clnt_event_t event, void *data); int32_t cli_cmd_volume_profile_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_volume_top_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_log_level_parse (const char **words, int wordcount, dict_t **options); int32_t cli_cmd_volume_status_parse (const char **words, int wordcount, dict_t **options); int cli_cmd_volume_heal_options_parse (const char **words, int wordcount, dict_t **options); int cli_cmd_volume_defrag_parse (const char **words, int wordcount, dict_t **options); int cli_print_brick_status (cli_volume_status_t *status); void cli_print_detailed_status (cli_volume_status_t *status); int cli_get_detail_status (dict_t *dict, int i, cli_volume_status_t *status); void cli_print_line (int len); int cli_xml_output_str (char *op, char *str, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_dict (char *op, dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_top (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_profile (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_status_begin (cli_local_t *local, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_status_end (cli_local_t *local); int cli_xml_output_vol_status (cli_local_t *local, dict_t *dict); int cli_xml_output_vol_list (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_info_begin (cli_local_t *local, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_info_end (cli_local_t *local); int cli_xml_output_vol_info (cli_local_t *local, dict_t *dict); int cli_xml_output_vol_quota_limit_list (char *volname, char *limit_list, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_rebalance (gf_cli_defrag_type op, dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_remove_brick (gf_boolean_t status_op, dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_replace_brick (gf1_cli_replace_op op, dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_create (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_generic_volume (char *op, dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_gsync (dict_t *dict, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_vol_status_tasks_detail (cli_local_t *local, dict_t *dict); int cli_xml_output_snap_status_begin (cli_local_t *local, int op_ret, int op_errno, char *op_errstr); int cli_xml_output_snap_status_end (cli_local_t *local); int cli_xml_snapshot_status_per_snap (xmlTextWriterPtr writer, xmlDocPtr doc, dict_t *dict, const char *keyprefix); int cli_xml_output_snapshot (int cmd_type, dict_t *dict, int op_ret, int op_errno, char *op_errstr); char * is_server_debug_xlator (void *myframe); int32_t cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options, struct cli_state *state); #endif /* __CLI_H__ */