Merge pull request #169 from rootfs/no-init

skip klog init
This commit is contained in:
Huamin Chen 2019-02-05 10:17:03 -05:00 committed by GitHub
commit d03b36dd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ var (
)
func main() {
klog.InitFlags(nil)
flag.Parse()
if err := createPersistentStorage(path.Join(cephfs.PluginFolder, "controller")); err != nil {

View File

@ -42,7 +42,6 @@ var (
)
func main() {
klog.InitFlags(nil)
flag.Parse()
if err := createPersistentStorage(path.Join(rbd.PluginFolder, "controller")); err != nil {