search for: lvmetad

Displaying 20 results from an estimated 95 matches for "lvmetad".

2015 Jan 11
2
Resizing lvm fails with fedora20
...09M 338M 23% test1-011015.img:/dev/prop/root 14G 10G 3.3G 72% # truncate -s 50G newimg # virt-resize test1-011015.img newimg --expand /dev/sda1 --LV-expand /dev/prop/root Examining test1-011015.img ... virt-resize: libguestfs error: lvm_set_filter: vgchange -ay: /run/lvm/lvmetad.socket: connect failed: No such file or directory WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning. /run/lvm/lvmetad.socket: connect failed: No such file or directory /run/lvm/lvmetad.socket: connect failed: No such file or directory /...
2015 Jan 12
0
Re: Resizing lvm fails with fedora20
...5.img:/dev/prop/root 14G 10G 3.3G 72% > > # truncate -s 50G newimg > # virt-resize test1-011015.img newimg --expand /dev/sda1 --LV-expand > /dev/prop/root > Examining test1-011015.img ... > virt-resize: libguestfs error: lvm_set_filter: vgchange -ay: > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to connect to lvmetad: No such file or directory. > Falling back to internal scanning. > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such fil...
2018 May 24
2
[PATCH v2] daemon: Move lvmetad to early in the appliance boot process.
When the daemon starts up it creates a fresh (empty) LVM configuration and starts up lvmetad (which depends on the LVM configuration). However this appears to cause problems: Some types of PV seem to require lvmetad and don't work without it (https://bugzilla.redhat.com/show_bug.cgi?id=1581810). If we don't start lvmetad earlier, the device nodes are not created. Therefore move...
2016 Jul 26
0
[PATCH 2/5] daemon: lvm-filter: start lvmetad better
Currently lvmetad is started in init, and thus using the system (= appliance) configuration of lvm. Later on, in the daemon, a local copy of the lvm configuration is setup, and set it for use using the LVM_SYSTEM_DIR environment variable: this means only the programmes executed by the daemon will use the local lvm...
2016 Aug 08
0
[PATCH <= 1.32] appliance: Disable lvmetad.
lvmetad only works if the /run/lvm directory is created. It is normally created by systemd-tmpfiles, but prior to libguestfs 1.34 we didn't invoke systemd-tmpfiles to create directories under /run (fixed in upstream commit a6330e9d3af0f5286f1d53d909fd868387b67f69). If for some reason lvmetad does sta...
2016 Jul 26
8
[PATCH 0/5] Improve LVM handling in the appliance
Hi, this series improves the way LVM is used in the appliance: in particular, now lvmetad can eventually run at all, and with the correct configuration. Also improve the listing strategies. Thanks, Pino Toscano (5): daemon: lvm-filter: set also global_filter daemon: lvm-filter: start lvmetad better daemon: lvm: improve filter for LVs with activationskip flag set daemon: lvm:...
2018 May 24
0
Re: [PATCH v2] daemon: Move lvmetad to early in the appliance boot process.
On Thursday, 24 May 2018 16:01:22 CEST Richard W.M. Jones wrote: > When the daemon starts up it creates a fresh (empty) LVM configuration > and starts up lvmetad (which depends on the LVM configuration). > > However this appears to cause problems: Some types of PV seem to > require lvmetad and don't work without it > (https://bugzilla.redhat.com/show_bug.cgi?id=1581810). If we don't > start lvmetad earlier, the device nodes are not...
2016 Jul 26
5
[PATCH v2 0/4] Improve LVM handling in the appliance
Hi, this series improves the way LVM is used in the appliance: in particular, now lvmetad can eventually run at all, and with the correct configuration. Also improve the listing strategies. Changes in v2: - dropped patch #5, will be sent separately - move lvmetad statup in own function (patch #2) Thanks, Pino Toscano (4): daemon: lvm-filter: set also global_filter daemon: lvm-f...
2018 May 24
1
[PATCH] daemon: Move creating of LVM_SYSTEM_DIR into the appliance/init script.
This patch reworks how we start up LVM and lvmetad. It fixes the problem we had converting a guest which had a peculiar LVM configuration: https://bugzilla.redhat.com/show_bug.cgi?id=1581810#c14 However please note I have NOT yet tested it fully. Rich.
2015 Oct 31
2
P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
...h virt-p2v. we have conversion server (virt-p2v) and physical server (virt-p2v) server configured as per below documentation. http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration After "Start Conversion" from GUI interface, we are conversion fails with "/run/lvm/lvmetad.socket: connect failed: No such file or directory" Error. Logs are attached for more details. Also FYI, we are using BL460c Gen8 server. Any help will be appreciated. Thanks, Tejas
2015 Oct 31
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
...n server (virt-p2v) and physical server (virt-p2v) server > configured as per below documentation. > > http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration > > After "Start Conversion" from GUI interface, we are conversion fails with > "/run/lvm/lvmetad.socket: connect failed: No such file or directory" Error. > > Logs are attached for more details. Also FYI, we are using BL460c Gen8 > server. The actual error is: > virt-v2v: error: no root device found in this operating system image. What operating system / distro / version a...
2015 Nov 01
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
...> configured as per below documentation. > > > > > > > http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration > > > > > > After "Start Conversion" from GUI interface, we are conversion fails > with > > > "/run/lvm/lvmetad.socket: connect failed: No such file or directory" > Error. > > > > > > Logs are attached for more details. Also FYI, we are using BL460c Gen8 > > > server. > > > > The actual error is: > > > > > virt-v2v: error: no root device found in...
2018 Jul 19
1
Re: [PATCH 2/3] New API: lvm_scan, deprecate vgscan (RHBZ#1602353).
On Wednesday, 18 July 2018 15:37:24 CEST Richard W.M. Jones wrote: > The old vgscan API literally ran vgscan. When we switched to using > lvmetad (in commit dd162d2cd56a2ecf4bcd40a7f463940eaac875b8) this > stopped working because lvmetad now ignores plain vgscan commands > without the --cache option. > > We documented that vgscan would rescan PVs, VGs and LVs, but without > activating them. > > I have introduced a new...
2015 Oct 31
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
...al server (virt-p2v) server > > configured as per below documentation. > > > > http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration > > > > After "Start Conversion" from GUI interface, we are conversion fails with > > "/run/lvm/lvmetad.socket: connect failed: No such file or directory" Error. > > > > Logs are attached for more details. Also FYI, we are using BL460c Gen8 > > server. > > The actual error is: > > > virt-v2v: error: no root device found in this operating system image. > &g...
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
...> > >> > > > >> http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration > >> > > > >> > > After "Start Conversion" from GUI interface, we are conversion fails > >> with > >> > > "/run/lvm/lvmetad.socket: connect failed: No such file or directory" > >> Error. > >> > > > >> > > Logs are attached for more details. Also FYI, we are using BL460c Gen8 > >> > > server. > >> > > >> > The actual error is: > >&gt...
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Minor Correction, Yes, we are using Hardware RAID-0, which uses HP Smart Array P220i Controller. Thanks, Tejas On Mon, Nov 2, 2015 at 3:48 AM, SHREE DUTH Awasthi < shreeduth.awasthi@gmail.com> wrote: > Hello Richard, > > Thanks a lot for your time and response. Please find the requested details > attached. > > RAID-0 is the software raid level which we have configured
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
On Mon, Nov 02, 2015 at 10:59:35PM +0000, Richard W.M. Jones wrote: > On Mon, Nov 02, 2015 at 06:51:20PM +0530, Ravi Chaudhary wrote: > > Sorry, attached herein is the screenshot > > This error "unexpected end of file waiting for password prompt" is > this bug: > > https://bugzilla.redhat.com/show_bug.cgi?id=1167916#c4 > > Although it is a bug in virt-p2v
2015 Nov 01
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Hello Richard, Thanks a lot for your time and response. Please find the requested details attached. RAID-0 is the software raid level which we have configured on the HP BL Gen8 server. (While creating 1 Logical drive out of 2 physical drives ) Best, Shree. On Sun, Nov 1, 2015 at 12:49 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Sun, Nov 01, 2015 at 09:23:28AM +0530, Tejas
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich, This is v3 series to add support for resizing MBR logical partitions. changes to v3: 1. merge patch 1 and patch 3 in v3 2. let mbr_part_type return 'primary' for GPT partitions 3. add test for resizing logical partitions 4. fix extending the extended partition (yet). see patch 7. changes to v2: 1. remove p_part_num 2. remove filter_parts 3. name the function
2015 Nov 03
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Hi Richard, We have generated .iso on Physical server and tried booting same with "livecd-p2v-*.iso", and we are getting "unexpected end of file waiting for password prompt" error. Also we are not able to execute "/sbin/ifconfig" or "ip a" binaries on Physical server after booting from livecd. We have attached "p2v.ks" file and