Actual snapshot support (untested)

This commit is contained in:
Vitaliy Filippov
2021-04-10 17:44:12 +03:00
parent ffe1cd4c79
commit 691f066055
7 changed files with 274 additions and 38 deletions
+12
View File
@@ -24,6 +24,7 @@ const etcd_allow = new RegExp('^'+[
'config/pools',
'config/osd/[1-9]\\d*',
'config/pgs',
'config/inode/[1-9]\\d*/[1-9]\\d*',
'osd/state/[1-9]\\d*',
'osd/stats/[1-9]\\d*',
'osd/inodestats/[1-9]\\d*',
@@ -144,6 +145,17 @@ const etcd_tree = {
}
}, */
pgs: {},
/* inode: {
<pool_id>: {
<inode_t>: {
name: string,
parent_pool?: <pool_id>,
parent_id?: <inode_t>,
readonly?: boolean,
}
}
}, */
inode: {},
},
osd: {
state: {