File: shadow.exp

package info (click to toggle)
pacemaker 1.0.9.1%2Bhg15626-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,668 kB
  • ctags: 5,645
  • sloc: xml: 87,444; ansic: 57,853; python: 11,479; sh: 5,255; makefile: 663; perl: 387; sed: 262
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TRY Shadow CIB management
.INP: cib
.EXT >/dev/null </dev/null crm_shadow 2>&1
.INP: new regtest force
.EXT >/dev/null </dev/null crm_shadow -c 'regtest' --force
INFO: 2: regtest shadow CIB created
.INP: reset regtest
.EXT >/dev/null </dev/null crm_shadow -r 'regtest'
INFO: 3: copied live CIB to regtest
.INP: use regtest
.INP: commit regtest
.EXT >/dev/null </dev/null crm_shadow -C 'regtest' --force
INFO: 5: commited 'regtest' shadow CIB to the cluster
.INP: delete regtest
ERROR: 6: regtest shadow CIB is in use
.INP: use
.INP: delete regtest
.EXT >/dev/null </dev/null crm_shadow -D 'regtest' --force
INFO: 8: regtest shadow CIB deleted