From: Thanh Ha Date: Mon, 5 Feb 2018 23:54:00 +0000 (-0500) Subject: Document inodes issue in infrastructure guide X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F8676%2F2;p=releng%2Fdocs.git Document inodes issue in infrastructure guide Make a note of the inodes issue in the infrastructure guide. Change-Id: I3945c44622cb641e9d638daa71e135bb08d53c82 Signed-off-by: Thanh Ha --- diff --git a/docs/infra/index.rst b/docs/infra/index.rst index 3f941dd..12787b9 100644 --- a/docs/infra/index.rst +++ b/docs/infra/index.rst @@ -11,3 +11,4 @@ Infrastructure provided to projects. :maxdepth: 2 inventory + nexus diff --git a/docs/infra/nexus.rst b/docs/infra/nexus.rst new file mode 100644 index 0000000..276a237 --- /dev/null +++ b/docs/infra/nexus.rst @@ -0,0 +1,24 @@ +.. _lfreleng-infra-nexus: + +##### +Nexus +##### + +Nexus is an antifact repository typically used in Java / Maven projects. +Stores Project artifacts, Javadocs, and Jenkins job logs. + +File system layout +================== + +We recommend to configure the Nexus server storage for all artifacts and logs +on separate file systems, preferably a file system that allows a large amount +of inodes such as XFS for the logs storage. + +:/srv: Contains Nexus install along with storage repositories. +:/srv/sonatype-work/nexus/storage/logs: Contains Jenkins server logs. Use a + file system with a lot of inodes. + +.. note:: + + OpenDaylight ran out of inodes before due to logs. Issue documented in Jira + https://jira.linuxfoundation.org/browse/RELENG-773