The Samba-Bugzilla – Attachment 5857 Details for
Bug 7579
ctdb_vacuum specifies two different paths to tuning database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested fix for issue.
ctdb-7579.patch (text/plain), 636 bytes, created by
Jeff Butler
on 2010-07-21 11:18:05 UTC
(
hide
)
Description:
Suggested fix for issue.
Filename:
MIME Type:
Creator:
Jeff Butler
Created:
2010-07-21 11:18:05 UTC
Size:
636 bytes
patch
obsolete
>diff --git a/server/ctdb_vacuum.c b/server/ctdb_vacuum.c >index f1e61db..98306c2 100644 >--- a/server/ctdb_vacuum.c >+++ b/server/ctdb_vacuum.c >@@ -686,7 +686,7 @@ static int get_vacuum_interval(struct ctdb_db_context *ctdb_db) > struct ctdb_context *ctdb = ctdb_db->ctdb; > int flags; > >- vac_dbname = talloc_asprintf(tmp_ctx, "%s/%s.%u", ctdb->db_directory, TUNINGDBNAME, ctdb->pnn); >+ vac_dbname = talloc_asprintf(tmp_ctx, "%s/%s.%u", ctdb->db_directory_state, TUNINGDBNAME, ctdb->pnn); > if (vac_dbname == NULL) { > DEBUG(DEBUG_CRIT,(__location__ " Out of memory error while allocating '%s'\n", vac_dbname)); > talloc_free(tmp_ctx);
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 Raw
Actions:
View
Attachments on
bug 7579
: 5857