similar to: Corrupted geo-replication CHANGELOG after running out of space in LVM thin pool.

Displaying 20 results from an estimated 3000 matches similar to: "Corrupted geo-replication CHANGELOG after running out of space in LVM thin pool."

2017 Aug 23
0
Corrupted geo-replication CHANGELOG after running out of space in LVM thin pool
Hi, I have a gluster cluster running with geo-replication. The volume that is being geo-replicated is running on a LVM thin pool. The thin pool overflowed causing a crash. I extended the thin pool LV and remounted which brought the volume back online and healthy. When I try to restart the geo-replication, I'm having the bricks that overflowed go to the Faulty state. The changes.log shows
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
Getting this answer back on the list in case anyone else is trying to share storage. Thanks for the docs pointer, Tanner. -John On Thu, Sep 7, 2017 at 6:50 PM, Tanner Bruce <tanner.bruce at farmersedge.ca> wrote: > You can set a security context on your pod to set the guid as needed: > https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ > > > This
2023 Nov 09
0
can I convert a linear thin pool to raid1?
In the past, I've used LVM on MD RAID, and I'd like to try using LVM RAID in order to also add dm-integrity data to some LVs.? I've added new PVs to my VG, and I've converted some of my LVs to raid1 types, but I also have one thin pool that I use for VMs with multiple layers of snapshots.? That pool can't be converted, directly: # lvconvert --type raid1 -m 1
2014 Aug 04
0
Re: libvirt and lvm thin pool
On 08/02/2014 04:24 PM, Vasiliy Tolstov wrote: > Hi all. I'm using libvirt 1.2.6 > I want to use lvm storage for my virtual machines. > But i want to use new lvm2 feature - thin pool. How can i do that in > libvirt? If libvirt can't create it via pool xml, does (and how) to > use this setup under libvirt? > The 'Thin Pool' is avoided by libvirt, but volumes
2017 Nov 07
0
Re: using LVM thin pool LVs as a storage for libvirt guest
Please don't use lvm thin for vm. In our hosting in Russia we have 100-150 vps on each node with lvm thin pool on ssd and have locks, slowdowns and other bad things because of COW. After we switching to qcow2 files on plain ssd ext4 fs and happy =). 2017-11-04 23:21 GMT+03:00 Jan Hutař <jhutar@redhat.com>: > Hello, > as usual, I'm few years behind trends so I have learned
2017 Nov 07
1
Re: using LVM thin pool LVs as a storage for libvirt guest
Do you have some comparasion of IO performance on thin pool vs. qcow2 file on fs? In my case each VM would have its own thin volume. I just want to overcommit disk-space. Regards, Jan On 2017-11-07 13:16 +0300, Vasiliy Tolstov wrote: >Please don't use lvm thin for vm. In our hosting in Russia we have >100-150 vps on each node with lvm thin pool on ssd and have locks, >slowdowns
2014 Aug 02
3
libvirt and lvm thin pool
Hi all. I'm using libvirt 1.2.6 I want to use lvm storage for my virtual machines. But i want to use new lvm2 feature - thin pool. How can i do that in libvirt? If libvirt can't create it via pool xml, does (and how) to use this setup under libvirt? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2004 Jan 20
2
ChangeLog for R packages {was "Wish list"}
I've been using a cvs2cl.pl (http://www.red-bean.com/cvs2cl), a nice little perl script to auto-generate GNU-style changelogs from CVS log information. This site also has a proposed XML format for changelogs, and cvs2cl can optionally produce this instead. Finally, they have an XSLT sylesheet that will convert the XML changlong format into an HTML/XHTML page. How about we borrow this tool
2020 Oct 06
0
Viewing changelog for packages to be updated
> On Wed, Aug 26, 2020 at 11:18 PM Simon Matter via CentOS > <centos at centos.org> wrote: >> >> > On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter <shiva at sewingwitch.com> >> > wrote: >> >> >> >> Is there some way to see the RPM changelog entries for a prospective >> yum >> >> update? Ideally I'd like to see
2017 Nov 04
3
using LVM thin pool LVs as a storage for libvirt guest
Hello, as usual, I'm few years behind trends so I have learned about LVM thin volumes recently and I especially like that your volumes can be "sparse" - that you can have 1TB thin volume on 250GB VG/thin pool. Is it somehow possible to use that with libvirt? I have found this post from 2014: https://www.redhat.com/archives/libvirt-users/2014-August/msg00010.html which says
2006 Apr 10
1
Changelog/Commit Feeds?
Didn''t see it on the trac--is there a way to subscribe to commit msgs on the rails trunk? How about on the CHANGELOGs for actionpack & activerecord? Thanks.
1997 Oct 22
0
R-alpha: na.woes
1) hist() does not take NA's. Incompatible with Splus, probably just a bug? 2) I do wish we could somehow get rid of the misfeatures of indexing with logical NA's: > table(juul$menarche,juul$tanner) I II III IV V No 221 43 32 14 2 Yes 1 1 5 26 202 > juul$menarche=="Yes"&juul$tanner=="I",] ...and you find yourself with a listing of 477
2010 Sep 22
0
R Programming Consultant Needed
The Peabody Research Institute at Vanderbilt University is looking for a Consultant who can develop an R package for robust standard error calculations in meta-regression models. The consultant will be expected to translate an already developed R function into a more fully functional R package with additional analysis and output options. The ideal candidate will be an experienced R programmer who
2017 Apr 24
0
samba, sssd, Active Directory, NT_STATUS_NO_LOGON_SERVERS, NT_STATUS_ACCESS_DENIED
What exactly are you trying to accomplish? Based on the smb.conf that you posted, it looks like you only want to be able to authenticate using the active directory server (i.e. I don't see any shares). If you are only authenticating to an M$ AD server, sssd is all that you need. Samba doesn't even need to be installed on your machine. I think Rowland's recommendation of asking on
2013 Nov 25
1
Geo Replication Hooks
Hi, I have created a proposal for the implementation of Geo Replication Hooks. See here: http://www.gluster.org/community/documentation/index.php/Features/Geo_Replication_Hooks Any comments, thoughts, etc would be great. Fred -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Sep 08
2
LVM Thin Volumes & Storage Pools
Hi, Is it possible to create a storage pool based on an LVM thin pool? I read a recent bugzilla but the problem there was that the storage-pool became unusable AFTER creating a thinpool which is a different case. Thanks, Jorge
2013 Sep 09
0
Re: LVM Thin Volumes & Storage Pools
On 09/09/13 03:53, Jorge Fábregas wrote: > Hi, > > Is it possible to create a storage pool based on an LVM thin pool? I > read a recent bugzilla but the problem there was that the storage-pool > became unusable AFTER creating a thinpool which is a different case. Could you paste the bug number? > > Thanks, > Jorge > >
2013 Sep 09
2
Re: LVM Thin Volumes & Storage Pools
On 09/08/2013 10:19 PM, Osier Yang wrote: > Could you paste the bug number? https://bugzilla.redhat.com/show_bug.cgi?id=924672 -- Jorge
2013 Sep 09
0
Re: LVM Thin Volumes & Storage Pools
On 09/09/13 11:14, Jorge Fábregas wrote: > On 09/08/2013 10:19 PM, Osier Yang wrote: >> Could you paste the bug number? > https://bugzilla.redhat.com/show_bug.cgi?id=924672 > > The error pasted by Cole in the bug should be the real reason, which is overridden by the later pool stopping. And we have the bug to support the thin pool, sorry you won't be able to use it until
2013 Sep 09
1
Re: LVM Thin Volumes & Storage Pools
On 09/09/2013 02:42 AM, Osier Yang wrote: > And we have the bug to support the thin pool, sorry you won't be able > to use it until the bug is fixed. Could you share the bug number so I can follow it? Thanks, Jorge