[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] oxenstored: Fix spelling of "persistent" config variable



# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1329762571 0
# Node ID a9b81a8014ec0749ed1d7b05a6aef3e15e30228c
# Parent  79fcf8a6ab559d6cdd5ebaea0b2caa5da4931b82
oxenstored: Fix spelling of "persistent" config variable

Change "persistant" to "persistent", in the code and the
example/default config.

Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---


diff -r 79fcf8a6ab55 -r a9b81a8014ec tools/ocaml/xenstored/oxenstored.conf
--- a/tools/ocaml/xenstored/oxenstored.conf     Mon Feb 20 18:26:44 2012 +0000
+++ b/tools/ocaml/xenstored/oxenstored.conf     Mon Feb 20 18:29:31 2012 +0000
@@ -20,7 +20,7 @@
 quota-transaction = 10
 
 # Activate filed base backend
-persistant = false
+persistent = false
 
 # Xenstored logs
 # xenstored-log-file = /var/log/xenstored.log
diff -r 79fcf8a6ab55 -r a9b81a8014ec tools/ocaml/xenstored/xenstored.ml
--- a/tools/ocaml/xenstored/xenstored.ml        Mon Feb 20 18:26:44 2012 +0000
+++ b/tools/ocaml/xenstored/xenstored.ml        Mon Feb 20 18:29:31 2012 +0000
@@ -86,7 +86,7 @@
                ("quota-maxentity", Config.Set_int Quota.maxent);
                ("quota-maxsize", Config.Set_int Quota.maxsize);
                ("test-eagain", Config.Set_bool Transaction.test_eagain);
-               ("persistant", Config.Set_bool Disk.enable);
+               ("persistent", Config.Set_bool Disk.enable);
                ("xenstored-log-file", Config.Set_string 
Logging.xenstored_log_file);
                ("xenstored-log-level", Config.String
                        (fun s -> Logging.xenstored_log_level := 
Logging.level_of_string s));

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.