Bugzilla – Attachment 32656 Details for
Bug 11362
increase zebra AUTH register sizes, from 4G to 20G
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G
PASSED-QA-Bug-11362---increase-zebra-AUTH-register.patch (text/plain), 4.66 KB, created by
Martin Renvoize (ashimema)
on 2014-10-24 06:43:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-10-24 06:43:38 UTC
Size:
4.66 KB
patch
obsolete
>From 193b694dd6faca7e41443e4a036f02a722ce5d24 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 30 Sep 2014 00:08:59 +1300 >Subject: [PATCH] [PASSED QA] Bug 11362 - increase zebra AUTH register sizes, > from 4G to 20G > >To test... > >- apply patch >- build and install a new Koha .deb from patched codebase >- create a new Koha instance >- add some authority records to instance >- do a full zebra reindex >- do an authorities search, and get some results > >note: this patch does not fix existing Koha instances, just new ones >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/templates/zebra-authorities-dom-site.cfg.in | 6 +++--- > debian/templates/zebra-authorities-site.cfg.in | 6 +++--- > etc/zebradb/zebra-authorities-dom.cfg | 6 +++--- > etc/zebradb/zebra-authorities.cfg | 6 +++--- > 4 files changed, 12 insertions(+), 12 deletions(-) > >diff --git a/debian/templates/zebra-authorities-dom-site.cfg.in b/debian/templates/zebra-authorities-dom-site.cfg.in >index 524e4fb..1255fed 100644 >--- a/debian/templates/zebra-authorities-dom-site.cfg.in >+++ b/debian/templates/zebra-authorities-dom-site.cfg.in >@@ -26,7 +26,7 @@ recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config.xml > marcxml.recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config.xml > iso2709.recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config-marc.xml > >-recordId: (bib1,Local-Number) >+recordId: (bib1,Local-Number) > # was auth1 > storeKeys:1 > storeData:1 >@@ -35,8 +35,8 @@ storeData:1 > lockDir: /var/lock/koha/__KOHASITE__/authorities > perm.anonymous:ar > perm.kohauser:rw >-register: /var/lib/koha/__KOHASITE__/authorities/register:4G >-shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G >+register: /var/lib/koha/__KOHASITE__/authorities/register:20G >+shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:20G > > # Temp File area for result sets > setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp >diff --git a/debian/templates/zebra-authorities-site.cfg.in b/debian/templates/zebra-authorities-site.cfg.in >index dc67a19..045e873 100644 >--- a/debian/templates/zebra-authorities-site.cfg.in >+++ b/debian/templates/zebra-authorities-site.cfg.in >@@ -36,7 +36,7 @@ marcxml.recordType:grs.sgml > # why it knows to use record.abs > recordType:grs.xml > >-recordId: (bib1,Local-Number) >+recordId: (bib1,Local-Number) > # was auth1 > storeKeys:1 > storeData:1 >@@ -46,8 +46,8 @@ lockDir: /var/lock/koha/__KOHASITE__/authorities > perm.anonymous:ar > perm.kohauser:rw > passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd >-register: /var/lib/koha/__KOHASITE__/authorities/register:4G >-shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G >+register: /var/lib/koha/__KOHASITE__/authorities/register:20G >+shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:20G > > # Temp File area for result sets > setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp >diff --git a/etc/zebradb/zebra-authorities-dom.cfg b/etc/zebradb/zebra-authorities-dom.cfg >index d74f422..fbde7c2 100644 >--- a/etc/zebradb/zebra-authorities-dom.cfg >+++ b/etc/zebradb/zebra-authorities-dom.cfg >@@ -26,7 +26,7 @@ recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml > marcxml.recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml > iso2709.recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config-marc.xml > >-recordId: (bib1,Local-Number) >+recordId: (bib1,Local-Number) > # was auth1 > storeKeys:1 > storeData:1 >@@ -35,8 +35,8 @@ storeData:1 > lockDir: __ZEBRA_LOCK_DIR__/authorities > perm.anonymous:ar > perm.__ZEBRA_USER__:rw >-register: __ZEBRA_DATA_DIR__/authorities/register:4G >-shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G >+register: __ZEBRA_DATA_DIR__/authorities/register:20G >+shadow: __ZEBRA_DATA_DIR__/authorities/shadow:20G > > # Temp File area for result sets > setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp >diff --git a/etc/zebradb/zebra-authorities.cfg b/etc/zebradb/zebra-authorities.cfg >index f617557..dea1f7b 100644 >--- a/etc/zebradb/zebra-authorities.cfg >+++ b/etc/zebradb/zebra-authorities.cfg >@@ -36,7 +36,7 @@ marcxml.recordType:grs.sgml > # why it knows to use record.abs > recordType:grs.xml > >-recordId: (bib1,Local-Number) >+recordId: (bib1,Local-Number) > # was auth1 > storeKeys:1 > storeData:1 >@@ -46,8 +46,8 @@ lockDir: __ZEBRA_LOCK_DIR__/authorities > perm.anonymous:ar > perm.__ZEBRA_USER__:rw > passwd: __ZEBRA_CONF_DIR__/etc/passwd >-register: __ZEBRA_DATA_DIR__/authorities/register:4G >-shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G >+register: __ZEBRA_DATA_DIR__/authorities/register:20G >+shadow: __ZEBRA_DATA_DIR__/authorities/shadow:20G > > # Temp File area for result sets > setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11362
:
31914
|
32606
| 32656