Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
IOPS int64
)
View Source
var RexrayCmd = &cobra.Command{ Use: "rexray", Run: func(cmd *cobra.Command, args []string) { InitConfig() if !daemon { cmd.Usage() return } if err := rrdaemon.Start(host); err != nil { log.Fatalf("Error starting daemon: %s", err) } }, }
RexrayCmd
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.