From 0209bd160b1a1e781eadcc45da1ad02089012826 Mon Sep 17 00:00:00 2001 From: Ben Plessinger Date: Tue, 2 Apr 2019 09:17:15 -0400 Subject: [PATCH] Processor Buckets documentation update --- configuration/processor_buckets.json | 17 ----------------- docs/configuration.md | 14 +++++++------- open_xdmod/modules/xdmod/build.json | 1 - 3 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 configuration/processor_buckets.json diff --git a/configuration/processor_buckets.json b/configuration/processor_buckets.json deleted file mode 100644 index c7e8a9f526..0000000000 --- a/configuration/processor_buckets.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - [1, 1, 1, "1"], - [2, 2, 2, "2"], - [3, 3, 4, "3 - 4"], - [4, 5, 8, "5 - 8"], - [5, 9, 16, "9 - 16"], - [6, 17, 32, "17 - 32"], - [7, 33, 64, "33 - 64"], - [8, 65, 128, "65 - 128"], - [9, 129, 256, "129 - 256"], - [10, 257, 512, "257 - 512"], - [11, 513, 1024, "513 - 1024"], - [12, 1025, 2048, "1k - 2k"], - [13, 2049, 4096, "2k - 4k"], - [14, 4097, 2147483647, "> 4k"] -] - diff --git a/docs/configuration.md b/docs/configuration.md index f2e7828976..e0230df5c0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -47,13 +47,13 @@ don't want to use this process and would prefer to manually create the databases, see the [Database Guide](databases.html). #### Acl Database Setup / Population - -This step will run immediately after you have setup the database that XDMoD will -be using and does not require any additional input. It is responsible for creating + +This step will run immediately after you have setup the database that XDMoD will +be using and does not require any additional input. It is responsible for creating and populating the tables required by the Acl framework. - -If your XDMoD Installation requires modifications to the acl tables -(etc/etl/etl_tables.d/acls/xdmod/.json) then running this step again or + +If your XDMoD Installation requires modifications to the acl tables +(etc/etl/etl_tables.d/acls/xdmod/
.json) then running this step again or the `acl-config` bin script is required. ### Organization Settings @@ -212,7 +212,7 @@ Primary configuration file. Contains: Defines realms, group bys, statistics. -### processor_buckets.json +### etl/etl_data.d/jobs/xdw/processor-buckets.json Defines the ranges used for number of processors/cores in "Job Size" charts. Sites may want to align the bucket sizes with the number of diff --git a/open_xdmod/modules/xdmod/build.json b/open_xdmod/modules/xdmod/build.json index b03745bf9b..6f74697dec 100644 --- a/open_xdmod/modules/xdmod/build.json +++ b/open_xdmod/modules/xdmod/build.json @@ -78,7 +78,6 @@ "configuration/organization.json", "configuration/portal_settings.ini", "configuration/portal_settings.d", - "configuration/processor_buckets.json", "configuration/rawstatistics.json", "configuration/rawstatistics.d", "configuration/resource_specs.json",