Skip to content

Commit 36918fd

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.
1 parent ac8c7bd commit 36918fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)