summaryrefslogtreecommitdiffstats
path: root/utils/gluster-block-caps.info
blob: 2dcdbd4e725221d1948553fc60c073d4f33bf221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
##
# Nature: cli command
#
# Label: 'create'
#
# Description: capability to create block storage in local node
#
# Since: 0.1
##
create: true

##
# Nature: cli sub-command
#
# Label:  'ha'
#
# Description: capability to replicate configuration of block for high availability
#
# Since: 0.1
##
create_ha: true

##
# Nature: cli sub-command
#
# Label:  'prealloc'
#
# Description: capability to preallocate underline storage
#
# Since: 0.3
##
create_prealloc: true

##
# Nature: cli sub-command
#
# Label:  'auth'
#
# Description: capability to set CHAP authentication for block
#
# Since: 0.2
##
create_auth: true

##
# Nature: cli command
#
# Label: 'delete'
#
# Description: capability to delete a block storage
#
# Since: 0.1
##
delete: true

##
# Nature: cli command
#
# Label: 'force'
#
# Description: capability to delete a block storage forcefully
#
# Since: 0.1
##
delete_force: true

##
# Nature: cli command
#
# Label: 'modify'
#
# Description: capability to modify already existing block
#
# Since: 0.2
##
modify: true

##
# Nature: cli sub-command
#
# Label: 'auth'
#
# Description: capability to modify CHAP authentication caps for existing block
#
# Since: 0.2
##
modify_auth: true

##
# Nature: cli sub-command
#
# Label: '--json'
#
# Description: capability to furnish results of any command in json formated way
#
# Since: 0.2
##
json: true