mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-05 07:37:06 +00:00
-logtostderr and -v are glog globals parsed before the subcommand; weed mount's flag set rejects them, so the mount process exited with a usage error and the test silently ran against the local disk (masked until waitForMount started verifying a real mount). glog already writes to stderr here by default, so the options were also redundant.