search for: flat_literal

Displaying 8 results from an estimated 8 matches for "flat_literal".

Did you mean: float_literal
2014 Oct 24
1
[PATCH v3] daemon: Remove custom Augeas lenses.
v3: - Don't remove the LVM transform.
2014 Oct 24
1
[PATCH v2] daemon: Remove custom Augeas lenses.
v2 of previous patch, which fixes some missing bits. For now I'm going to go with Pino's RHEL 7.1 patch, since it is at least smaller than this. So I'm sending this to the list just to have it archived for later. Rich.
2014 Oct 24
2
[PATCH] daemon: Remove custom Augeas lenses.
...tifier = /[a-zA-Z0-9_-]+/ - - (* strings can contain backslash-escaped dquotes, but I don't know - * how to get the message across to augeas *) - let str = [label "str". Quote.do_dquote (store /([^\"]|\\\\.)*/)] - let int = [label "int". store Rx.relinteger] - (* View: flat_literal - * A literal without structure *) - let flat_literal = int|str - - (* allow multiline and mixed int/str, used for raids and stripes *) - (* View: list - * A list containing flat literals *) - let list = [ - label "list" . counter "list" - . del /\[[ \t\n]*/ "["...
2017 Jul 26
5
[PATCH 0/2] daemon: Reimplement handling of lvm.conf and filters.
Simplify how we handle lvm.conf.
2014 Aug 26
6
[PATCH 0/3] fix setting lvm filter with newer lvm2
Hi, newer lvm2 releases don't have have uncommented "filter" lines, so the current way to edit lvm.conf doesn't work anymore. Instead, switch to augeas (with a "custom" len) for a cleaner and working way to set the lvm filter. Pino Toscano (3): daemon: add add_sprintf daemon: move AUGEAS_ERROR to the common header daemon: lvm-filter: use augeas for setting the
2016 Nov 10
5
[PATCH v5 0/3] v2v and augeas
Augeas 1.7.0 was released a couple of days ago. By encouraging everyone to upgrade to this we can drop several calls to aug_transform and also our custom copies of two lenses, and a lot of related code. Rich.
2015 May 05
3
libguestfs init problem
.../guestfs_lvm_conf.aug:29.31-.44:Could not load module Rx for Rx.relinteger /usr/share/guestfs/guestfs_lvm_conf.aug:29.31-.44:Undefined variable Rx.relinteger /usr/share/guestfs/guestfs_lvm_conf.aug:32.20-.23:Undefined variable int /usr/share/guestfs/guestfs_lvm_conf.aug:40.17-.29:Undefined variable flat_literal thanks for your patience, I Appreciate it so much . sincerely -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20150505/5c825ebb/attachment.htm>
2015 May 06
0
Re: libguestfs init problem
...4:Could not load module Rx > for Rx.relinteger > /usr/share/guestfs/guestfs_lvm_conf.aug:29.31-.44:Undefined variable > Rx.relinteger > /usr/share/guestfs/guestfs_lvm_conf.aug:32.20-.23:Undefined variable int > /usr/share/guestfs/guestfs_lvm_conf.aug:40.17-.29:Undefined variable > flat_literal It's strange because the program above doesn't call any Augeas functions in libguestfs. Perhaps you're compiling a different program? Anyway, I'm pretty sure this _is_ a bug in libguestfs, owing to the way we try to add rules to Augeas, which has been a constant source of pain....