Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-3423

Comment on: "mongodb-ecosystem/platforms/google-compute-engine.txt"

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Minor - P4 Minor - P4
    • 01112017-cleanup
    • None
    • ecosystem

    Description

      safe_format_and_mount uses two args, the page treats the command as having one:

      is:
      sudo /usr/share/google/safe_format_and_mount \
      -m "mkfs.ext4 -F -o defaults,auto,noatime,noexec" /dev/sdb /data

      Should be:

      sudo /usr/share/google/safe_format_and_mount \
      -m "mkfs.ext4 -F" -o "defaults,auto,noatime,noexec" /dev/sdb /data

      Nevertheless, some amazing documentation. Thanks!

      Attachments

        Activity

          People

            Unassigned Unassigned
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 29 weeks ago