mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-07-19 14:32:41 +00:00
1fe294fd44
-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.