similar to: [PATCH] New API: btrfs_replace_start

Displaying 20 results from an estimated 3000 matches similar to: "[PATCH] New API: btrfs_replace_start"

2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
Hi, 在 2015年06月11日 17:43, Pino Toscano 写道: > Hi, > > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> >> --- >> daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ >> generator/actions.ml | 19 +++++++++++++++++++ >> tests/btrfs/test-btrfs-devices.sh |
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
在 2015年06月12日 17:12, Pino Toscano 写道: > On Friday 12 June 2015 10:58:34 Pino Tsao wrote: >> Hi, >> >> 在 2015年06月11日 17:43, Pino Toscano 写道: >>> Hi, >>> >>> On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: >>>> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> >>>> --- >>>> daemon/btrfs.c
2015 Jun 24
2
[PATCH v3] New API: btrfs_replace
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- v3: modify test script, add content check while remove replace back. Also fixed other defects as Pino T comment daemon/btrfs.c | 36 +++++++++++++++++++++ generator/actions.ml | 16 ++++++++++ tests/btrfs/Makefile.am | 3 +- tests/btrfs/test-btrfs-replace.sh | 66
2015 Jun 15
2
[PATCH v2] New API: btrfs_replace
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- daemon/btrfs.c | 37 ++++++++++++++++++ generator/actions.ml | 16 ++++++++ tests/btrfs/Makefile.am | 3 +- tests/btrfs/test-btrfs-replace.sh | 82 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 1 deletion(-) create mode 100755 tests/btrfs/test-btrfs-replace.sh
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
Hi, pino 在 2015年06月16日 21:58, Pino Toscano 写道: > On Monday 15 June 2015 15:52:31 Cao jin wrote: >> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> >> --- >> daemon/btrfs.c | 37 ++++++++++++++++++ >> generator/actions.ml | 16 ++++++++ >> tests/btrfs/Makefile.am | 3 +- >>
2015 Jun 11
0
Re: [PATCH] New API: btrfs_replace_start
Hi, On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: > Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> > --- > daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ > generator/actions.ml | 19 +++++++++++++++++++ > tests/btrfs/test-btrfs-devices.sh | 8 ++++++++ > 3 files changed, 67 insertions(+) > > diff --git
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
On Friday 12 June 2015 10:58:34 Pino Tsao wrote: > Hi, > > 在 2015年06月11日 17:43, Pino Toscano 写道: > > Hi, > > > > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: > >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> > >> --- > >> daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ > >>
2017 May 30
1
[PATCH] btrfs_replace: fix position of subcommand options
btrfs-progs 4.11 is more strict with option parsing, so subcommand options must appear now before the subcommand arguments. --- daemon/btrfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 23513a9..ae2310b 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -2185,11 +2185,11 @@ do_btrfs_replace (const char *srcdev, const char
2015 Jun 24
0
[PATCH] New API: btrfs_replace
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- daemon/btrfs.c | 36 +++++++++++++++++++++ generator/actions.ml | 16 ++++++++++ tests/btrfs/Makefile.am | 3 +- tests/btrfs/test-btrfs-replace.sh | 66 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 120 insertions(+), 1 deletion(-) create mode 100755 tests/btrfs/test-btrfs-replace.sh
2015 Jun 16
0
Re: [PATCH v2] New API: btrfs_replace
On Monday 15 June 2015 15:52:31 Cao jin wrote: > Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> > --- > daemon/btrfs.c | 37 ++++++++++++++++++ > generator/actions.ml | 16 ++++++++ > tests/btrfs/Makefile.am | 3 +- > tests/btrfs/test-btrfs-replace.sh | 82 +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 137
2015 Jun 18
0
Re: [PATCH v2] New API: btrfs_replace
ping 在 2015年06月17日 15:31, Cao jin 写道: > Hi, pino > > 在 2015年06月16日 21:58, Pino Toscano 写道: >> On Monday 15 June 2015 15:52:31 Cao jin wrote: >>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> >>> --- >>> daemon/btrfs.c | 37 ++++++++++++++++++ >>> generator/actions.ml | 16 ++++++++ >>>
2015 Jun 23
1
Re: [PATCH v2] New API: btrfs_replace
Hi, Ping 2. please see my last comment:) 在 2015年06月18日 20:02, Cao jin 写道: > ping > > 在 2015年06月17日 15:31, Cao jin 写道: >> Hi, pino >> >> 在 2015年06月16日 21:58, Pino Toscano 写道: >>> On Monday 15 June 2015 15:52:31 Cao jin wrote: >>>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> >>>> --- >>>> daemon/btrfs.c
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
Hi, On Friday 12 June 2015 19:54:26 Cao Jin wrote: > >>>> diff --git a/tests/btrfs/test-btrfs-devices.sh b/tests/btrfs/test-btrfs-devices.sh > >>>> index 3935c60..463b0a8 100755 > >>>> --- a/tests/btrfs/test-btrfs-devices.sh > >>>> +++ b/tests/btrfs/test-btrfs-devices.sh > >>>> @@ -66,6 +66,8 @@ btrfs-device-add
2017 Sep 28
1
upgrade to 3.12.1 from 3.10: df returns wrong numbers
Hi, When I upgraded my cluster, df started returning some odd numbers for my legacy volumes. Newly created volumes after the upgrade, df works just fine. I have been researching since Monday and have not found any reference to this symptom. "vm-images" is the old legacy volume, "test" is the new one. [root at st-srv-03 ~]# (df -h|grep bricks;ssh st-srv-02 'df -h|grep
2011 Nov 24
1
[PATCH] Rename mdadm_ apis to md_
This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api. --- daemon/md.c | 24 ++++++++++++------------ generator/generator_actions.ml | 4 ++-- regressions/test-list-filesystems.sh | 2 +-
2014 Dec 26
10
[PATCH 0/5] btrfs: add API for btrfs filesystem, check and scrub
Hi, There is one problem: btrfs_filesystem_set_label just doesnt work, giving error message: libguestfs: error: btrfs_filesystem_set_label: /: ERROR: unable to set label Bad address I'm almost sure the patch has no problem, but can't figure out what's the cause. So patch 5 is only for review. Other APIs have no problem. Regards, Hu Hu Tao (5): New API: btrfs_scrub New API:
2015 Jan 16
18
[PATCH 00/16] btrfs: add support to btrfs scrub, balance, rescue and inspect
Hi, This series adds new APIs to support btrfs scrub, balance, rescue and inspect. Some of them don't have tests because: - btrfs_scrub and btrfs_balance completes too early before we can test btrfs_scrub_cancel, btrfs_scrub_resume, btrfs_scrub_status, btrfs_balance_pause, btrfs_balance_cancel, btrfs_balance_resume and btrfs_balance_status. - can't
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario: 1.) Host RHEL 4 U3 2.6.9-34.0.2.EL 2.) OCFS2 latest version 3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes /dev/sdb1 /u02/oradata/usdev/voting /dev/sdc1 /u02/oradata/usdev/data01 /dev/sdd1 /u02/oradata/usdev/data02 /dev/sde1 /u02/oradata/usdev/data03 4.) Downloaded & installed ASMLib 2.0 on both nodes 5.) Ran
2015 Jan 05
3
Re: [PATCH 5/5] New API: btrfs_filesystem_set_label
In data venerdì 26 dicembre 2014 16:17:49, Hu Tao ha scritto: > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > daemon/btrfs.c | 33 +++++++++++++++++++++++++++++++++ > generator/actions.ml | 16 ++++++++++++++++ > src/MAX_PROC_NR | 2 +- > 3 files changed, 50 insertions(+), 1 deletion(-) > > diff --git a/daemon/btrfs.c b/daemon/btrfs.c > index
2008 May 09
1
disk partitioning - I'm missing something simple, I think
Hi all, Excuse the question as I'm sure those more experienced will find it simple. I've a CentOS5.1 box with six physical drives, two of which are used for nightly rsync backups. Contents of /etc/mtab, /etc/fstab, df and a brief narrative follow: ====================================================== # cat ./fstab /dev/VolGroup00/LogVol00 / ext3 defaults