Displaying 6 results from an estimated 6 matches for "kdump_config".
Did you mean:
dump_config
2013 Sep 06
2
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote:
> + kdump_config \
Better to call this one just "kdump" ?
However I'm unclear why anyone would want to remove kdump config in a
sysprep operation. Or TCP wrappers for that matter. There seems to
be no useful point in having virt-sysprep start to remove random
config files.
Rich.
--
Richard Jone...
2013 Sep 06
2
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On Fri, Sep 06, 2013 at 04:25:07PM +0800, Wanlong Gao wrote:
> On 09/06/2013 04:06 PM, Richard W.M. Jones wrote:
> > On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote:
> >> + kdump_config \
> >
> > Better to call this one just "kdump" ?
> >
> > However I'm unclear why anyone would want to remove kdump config in a
> > sysprep operation. Or TCP wrappers for that matter. There seems to
> > be no useful point in having virt-sysprep s...
2013 Sep 06
0
[PATCH 3/5] sysprep: remove the custom kdump configurations
This removes the custom kdump configurations by emptying
the configuration file /etc/kdump.conf.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_kdump_config.ml | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 sysprep/sysprep_operation_kdump_config.ml
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index 9894baf..eb372aa 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -44,6 +44,7 @@ operat...
2013 Sep 06
0
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On 09/06/2013 04:06 PM, Richard W.M. Jones wrote:
> On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote:
>> + kdump_config \
>
> Better to call this one just "kdump" ?
>
> However I'm unclear why anyone would want to remove kdump config in a
> sysprep operation. Or TCP wrappers for that matter. There seems to
> be no useful point in having virt-sysprep start to remove random
> con...
2013 Sep 06
7
[PATCH 1/5] sysprep: remove tmp files
This removes tmp files under /tmp and /var/tmp.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_tmp_files.ml | 52 ++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 sysprep/sysprep_operation_tmp_files.ml
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index
2013 Sep 09
0
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On 09/06/2013 05:23 PM, Richard W.M. Jones wrote:
> On Fri, Sep 06, 2013 at 04:25:07PM +0800, Wanlong Gao wrote:
>> On 09/06/2013 04:06 PM, Richard W.M. Jones wrote:
>>> On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote:
>>>> + kdump_config \
>>>
>>> Better to call this one just "kdump" ?
>>>
>>> However I'm unclear why anyone would want to remove kdump config in a
>>> sysprep operation. Or TCP wrappers for that matter. There seems to
>>> be no useful point in havin...