search for: g2p

Displaying 20 results from an estimated 32 matches for "g2p".

Did you mean: 2p
2013 Jun 01
4
Re: Standalone guestfs
...; you are interested in, then please let us know. I was thinking of running some operations on the root filesystem by kexec-rebooting into an appliance to get exclusive access. I would like to do something like that for my blocks tool (which does conversions to LVM and bcache). https://github.com/g2p/blocks#readme
2005 Jan 27
2
cluster, mona error
...cluster on my binary data. I want to try mona at first. But i get the an error. hc<-read.table("all.txt", header=TRUE, sep="\t", row.names=1) srt(hc) `data.frame': 51 obs. of 59 variables: $ G1p : int 2 1 1 1 1 1 1 1 1 1 ... $ G1q : int 1 1 1 1 1 1 1 1 1 1 ... $ G2p : int 1 1 1 1 1 1 1 1 1 1 ... $ G2q : int 1 1 1 1 1 1 1 1 1 1 ... $ G3p : int 1 1 1 1 1 1 1 1 1 1 ... m<-mona(hc) Error in mona(hc) : All variables must be binary (factor with 2 levels). I find this strange when the cluster dataset "animals" have the same structure as my data....
2013 May 05
10
Possible to dedpulicate read-only snapshots for space-efficient backups
...or this application currently, will these patches address the problem and read-only snapshots could be deduplicated? Or are read-only snapshots meant to be what the name suggests: Immutable, even for deduplication? Regards, Kai [1]: https://gist.github.com/kakra/5520370 [2]: https://github.com/g2p/bedup -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2013 Oct 14
1
Many questions from a potential btrfs user
...that understanding correct? Will compressed blocks among many files also be deduplicated? * How exactly do the recently merged offline deduplication features in the kernel interfere with what was (in my limited understanding) already possible with userspace tools like <https://github.com/g2p/bedup>? Are such third-party tools likely to be integrated into btrfs-progs? Are they supposed to be kept separate? * Does this change the on-disk format? Putting it another way, will it be safe to possibly go back to a previous kernel, if there is some problem with the current kernels...
2013 Nov 26
0
Dedup on read-only snapshots
According to https://github.com/g2p/bedup/tree/wip/dedup-syscall "The clone call is considered a write operation and won''t work on read-only snapshots." Is this fixed on newer kernels? -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.ke...
2013 Jun 01
0
Re: Standalone guestfs
...n I'm back at work next week, but a quick question: where would the 'client' end of the connection (ie. libguestfs) be running in this scenario? > I would like to do something like that for my blocks tool > (which does conversions to LVM and bcache). > > https://github.com/g2p/blocks#readme Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2013 Mar 02
2
Permanent uncancellable balance
Hello, I have a filesystem that has become unusable because of a balance I can''t stop. It is very close to full, and the balance is preventing me from growing it. It was started like this: sudo btrfs filesystem balance start -v -musage=60 -dusage=60 /srv/backups It has been stuck at 0% across reboots and kernel upgrades (currently on 3.8.1), and cancelling it had no effect: Balance
2011 Jun 02
2
How to set selinux policy "allow httpd_t unconfined_t:shm { unix_read unix_write }; " using an seboolean? (How to get a new seboolean?)
Hi. I'm trying to get OTRS running on CentOS 5.5 with SELinux enabled, and audit.log / audit2allow tell me I need to add the local policy: #============= httpd_t ============== allow httpd_t unconfined_t:shm { unix_read unix_write }; which I think will allow the httpd access to read and write from shared memory? Is that right? What are the risks involved in opening this? I notice it is
2013 Jun 01
2
Standalone guestfs
Hello, As I understand it guestfs appliances normally work as servers and run high-level commands from some external channel. But it might be possible to bundle a guestfish script to run commands from and do away with the external system. That would make it useful on non-virtualised systems. Has anyone tried this already?
2013 Aug 06
6
[PATCH 0/4] btrfs: out-of-band (aka offline) dedupe v4
...ioctl. It can be compiled completely seperately from the rest of the project via "make btrfs-extent-same". This makes direct testing of the ioctl more convenient. Gabriel de Perthuis also has a bedup branch which works against this ioctl. The branch can be found at: https://github.com/g2p/bedup/tree/wip/dedup-syscall Limitations We can''t yet dedupe within the same file (that is, source and destination are the same inode). This is due to a limitation in btrfs_clone(). Code review is very much appreciated. Thanks, --Mark ChangeLog All of this rounds fixes are th...
2013 Jan 30
9
Poor performance of btrfs. Suspected unidentified btrfs housekeeping process which writes a lot
Welcome, I''ve been using btrfs for over a 3 months to store my personal data on my NAS server. Almost all interactions with files on the server are done using unison synchronizer. After another use of bedup (https://github.com/g2p/bedup) on my btrfs volume I experienced huge perfomance loss with synchronization. It now takes over 3 hours what have taken only 15 minutes! File browsing is not affected; but it takes forever to read contents of the files! When I use `iotop -o -d 30` (which measures I/O activity for 30-second...
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.
...rm -r tmp-d mv $@-t $@ diff --git a/appliance/guestfs_lvm_conf.aug b/appliance/guestfs_lvm_conf.aug deleted file mode 100644 index ffa5b01..0000000 --- a/appliance/guestfs_lvm_conf.aug +++ /dev/null @@ -1,74 +0,0 @@ -(* -Module: LVM - Parses LVM metadata. - -Author: Gabriel de Perthuis <g2p.code+augeas@gmail.com> - -About: License - This file is licensed under the LGPL v2+. - -About: Configuration files - This lens applies to files in /etc/lvm/backup and /etc/lvm/archive. - -About: Examples - The <Test_LVM> file contains various examples and tests. -*) - -module Guestfs_LV...
2013 May 01
9
Best Practice - Partition, or not?
Hello If I want to manage a complete disk with btrfs, what''s the "Best Practice"? Would it be best to create the btrfs filesystem on "/dev/sdb", or would it be better to create just one partition from start to end and then do "mkfs.btrfs /dev/sdb1"? Would the same recomendation hold true, if we''re talking about huge disks, like 4TB or so?
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
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...ny Voevodin <e.voevodin@samsung.com> Evgeny Voevodin <evgenyvoevodin@gmail.com> Fabien Chouteau <chouteau@adacore.com> Fam Zheng <famz@redhat.com> Federico Simoncelli <fsimonce@redhat.com> Felipe Franciosi <felipe@paradoxo.org> Gabriel de Perthuis <g2p.code@gmail.com> Gabriel Kerneis <gabriel@kerneis.info> Gal Hammer <ghammer@redhat.com> Gerd Hoffmann <kraxel@redhat.com> Gertjan Halkes <qemu@ghalkes.nl> Gleb Natapov <gleb@redhat.com> Grant Likely <grant.likely@linaro.org> Grant Likely <grant...
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.
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...ny Voevodin <e.voevodin@samsung.com> Evgeny Voevodin <evgenyvoevodin@gmail.com> Fabien Chouteau <chouteau@adacore.com> Fam Zheng <famz@redhat.com> Federico Simoncelli <fsimonce@redhat.com> Felipe Franciosi <felipe@paradoxo.org> Gabriel de Perthuis <g2p.code@gmail.com> Gabriel Kerneis <gabriel@kerneis.info> Gal Hammer <ghammer@redhat.com> Gerd Hoffmann <kraxel@redhat.com> Gertjan Halkes <qemu@ghalkes.nl> Gleb Natapov <gleb@redhat.com> Grant Likely <grant.likely@linaro.org> Grant Likely <grant...