github.com/Cloud-Foundations/Dominator@v0.3.4/cmd/hypervisor/repairVmVolumeAllocations.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/Cloud-Foundations/Dominator/lib/log"
     5  )
     6  
     7  func repairVmVolumeAllocationsSubcommand(args []string,
     8  	logger log.DebugLogger) error {
     9  	return checkVms(true)
    10  }