Skip to content

Commit c0b12c2

Browse files
committed
F #6052: Enable SSH forward
Hypervisor needs to ssh the BRIDGE to initiate some backup operations. SSH forwarding needs to be enable in these operations. (cherry picked from commit 36918fd)
1 parent 698405f commit c0b12c2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/tm_mad/ceph/prebackup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ script = vm.backup_disks_sh(:disks => disks,
6767

6868
rc = action.ssh(:host => rhost,
6969
:cmds => script,
70+
:forward => true,
7071
:nostdout => false,
7172
:nostderr => false)
7273

src/tm_mad/ceph/prebackup_live

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ script = vm.backup_disks_sh(:disks => disks,
6868

6969
rc = action.ssh(:host => rhost,
7070
:cmds => script,
71+
:forward => true,
7172
:nostdout => false,
7273
:nostderr => false)
7374

0 commit comments

Comments
 (0)