Skip to content

Commit 35ee620

Browse files
committed
vsmb share redirector start and bind to vmbus
Signed-off-by: Pooja Mahadev Soundalgekar <pomahade@microsoft.com>
1 parent 9fb15b4 commit 35ee620

File tree

4 files changed

+409
-0
lines changed

4 files changed

+409
-0
lines changed

cmd/gcs-sidecar/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ func main() {
182182
}
183183
}
184184

185+
logrus.Println("Initializing VSMB redirector..")
186+
sidecar.VsmbMain()
187+
185188
// 1. Start external server to connect with inbox GCS
186189
listener, err := winio.ListenHvsock(&winio.HvsockAddr{
187190
VMID: prot.HvGUIDLoopback,

0 commit comments

Comments
 (0)