BIND 10 #1517: adding new memory datasource zone and temporary disabled?
BIND 10 Development
do-not-reply at isc.org
Mon Dec 19 19:34:50 UTC 2011
#1517: adding new memory datasource zone and temporary disabled?
---------------------------------+-----------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: b10-auth | Keywords:
Sensitive: 0 | Defect Severity: N/A
Sub-Project: DNS | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
Not sure yet for a good summary statement. But here is the situation. I
added a datasource and set its type to memory. I added a zone. It worked.
Then I added several new zones for example:
{{{
config add Auth/datasources[0]/zones
config set Auth/datasources[0]/zones[5]/origin 18.172.in-addr.arpa
config set Auth/datasources[0]/zones[5]/file "/home/jreed/18.172.in-
addr.arpa"
config commit
config add Auth/datasources[0]/zones
config set Auth/datasources[0]/zones[6]/origin 19.172.in-addr.arpa
config set Auth/datasources[0]/zones[6]/file "/home/jreed/19.172.in-
addr.arpa"
config commit
}}}
(but more than than that)
This resulted in this logging:
{{{
2011-12-19 19:28:46.601 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_DISABLED
memory data source is disabled for class N
2011-12-19 19:28:46.602 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_ENABLED
memory data source is enabled for class IN
2011-12-19 19:28:46.602 DEBUG [b10-auth.auth] AUTH_DATA_SOURCE data source
database file: /var/bind10-devel/zone.sqlite3
2011-12-19 19:28:46.842 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_DISABLED
memory data source is disabled for class IN
2011-12-19 19:28:46.842 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_ENABLED
memory data source is enabled for class IN
2011-12-19 19:28:46.842 DEBUG [b10-auth.auth] AUTH_DATA_SOURCE data source
database file: /var/bind10-devel/zone.sqlite3
2011-12-19 19:28:47.086 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_DISABLED
memory data source is disabled for class IN
2011-12-19 19:28:47.086 DEBUG [b10-auth.auth] AUTH_MEM_DATASRC_ENABLED
memory data source is enabled for class IN
...
}}}
So why is memory data source is disabled for class IN? Then immediately
enabled?
Why does it tell me the data source database file? I hope I am not using
it.
--
Ticket URL: <http://bind10.isc.org/ticket/1517>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list