Skip to content

Commit

Permalink
initialize shared graceful shutdown trigger shared directories
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <[email protected]>
  • Loading branch information
davidvossel committed Dec 8, 2017
1 parent 7ac64e3 commit a98c5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/virt-handler/virt-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ func (app *virtHandlerApp) Run() {
cache.Indexers{},
)

virtlauncher.InitializeSharedDirectories(app.VirtShareDir)

watchdogInformer := cache.NewSharedIndexInformer(
watchdog.NewWatchdogListWatchFromClient(
app.VirtShareDir,
Expand Down

0 comments on commit a98c5c2

Please sign in to comment.