https://bugzilla.wikimedia.org/show_bug.cgi?id=46359

       Web browser: ---
            Bug ID: 46359
           Summary: use XFS for varnish
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: deployment-prep (beta)
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

To make the beta varnish instances as close to production as possible, we
should use an XFS disk to hold the cached data.  Mark proposed to craft some
image under /dev/vdb and do a loopback mount of them where the production
manifests expect them (aka /srv/sda3 , /srv/sdb3 ).

/dev/vdb should be mounted somewhere, a file of a given size is created there
using dd and then we can mkfs it and finally have puppet mount it with
something like:

mount -t xfs /some/file.img /srv/sda3 -o loopback,...

That will let us get rid of some labs exception in the puppet manifests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to