Displaying 15 results from an estimated 15 matches for "d02".
Did you mean:
02
2013 May 24
0
zpool resource fails with incorrect error
...-in type, but the zpool
command is failing and Puppet''s returned stderr is not what I get if I
copy/paste the command given by the debug output.
# cat /etc/puppet/manifests/zpool_raidz2.pp
zpool { ''tank'':
ensure => present,
raidz => [ ''d01 d02 d03 d04'', ''d05 d06 d07 d08'' ],
raid_parity => ''raidz2'',
pool => ''tank'',
log_mirror => ''d09 d10'',
force => true,
}
I''ve put the full trace/debug in pastebin [1].
You''...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
...the new block device, while vhost is used
by guest (qemu).
http://www.linux-iscsi.org/wiki/Tcm_loop
Test directly in host, not find ext4 error.
Have issue:
1. vhost_scsi & virtio_scsi, ext4
a. iblock
b, fileio, file located in /tmp (ram), no device based.
2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue.
Since I need kvm specific patch for D02, so it may not freely to switch
to older version.
3. Also test with ext4, disabling journal
mkfs.ext4 -O ^has_journal /dev/sda
Do you have any suggestion?
Thanks
On Tue, Jul 19, 2016 at 4:21 PM, Zhangfei Gao <zhangfei.gao at gm...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
...the new block device, while vhost is used
by guest (qemu).
http://www.linux-iscsi.org/wiki/Tcm_loop
Test directly in host, not find ext4 error.
Have issue:
1. vhost_scsi & virtio_scsi, ext4
a. iblock
b, fileio, file located in /tmp (ram), no device based.
2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue.
Since I need kvm specific patch for D02, so it may not freely to switch
to older version.
3. Also test with ext4, disabling journal
mkfs.ext4 -O ^has_journal /dev/sda
Do you have any suggestion?
Thanks
On Tue, Jul 19, 2016 at 4:21 PM, Zhangfei Gao <zhangfei.gao at gm...
2007 Aug 07
5
Extending RAIDZ.
...t;x> - new parity block
U - unused
* - if offset in I/O request is less that this marker we use four
disks only, if greater - we use five disks
After adding ''NewDisk'' to RAIDZ vdev, we have something like this:
Disk0 Disk1 Disk2 Disk3 NewDisk
<<P00 D00 D01 D02 U
P01 D03 D04 D05 U
P02 D06>> <<P03 D07>> U
<<P04 D08>> <<P05 D09 U
P06 D10 D11 D12>> U
<<P07 D13 D14 D15>> U
Then we start moving data, but we need to beging from the start:
Disk0 Disk1 Disk2...
2006 Mar 21
3
Rsync 4TB datafiles...?
...e that I have if do rsync file by file is if the network
connection fails for a quite sometime and comes back alive the rsync will
continue from the next file in the list while it will fail on the other
files when connection is lost.
rsync -vz /p02/oradata/OSID/redo01.log
destser:/d02/oradata/OSID/redo01.log
rsync -vz /p03/oradata/OSID/redo02.log
destser:/d03/oradata/OSID/redo02.log
rsync -vz /p04/oradata/OSID/redo03.log
destser:/d04/oradata/OSID/redo03.log
rsync -vz /p01/oradata/OSID/system0...
2016 Jul 27
0
ext4 error when testing virtio-scsi & vhost-scsi
...u).
> http://www.linux-iscsi.org/wiki/Tcm_loop
> Test directly in host, not find ext4 error.
>
>
>
> Have issue:
> 1. vhost_scsi & virtio_scsi, ext4
> a. iblock
> b, fileio, file located in /tmp (ram), no device based.
>
> 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue.
> Since I need kvm specific patch for D02, so it may not freely to switch
> to older version.
>
> 3. Also test with ext4, disabling journal
> mkfs.ext4 -O ^has_journal /dev/sda
>
>
> Do you have any suggestion?
So can you mount the filesystem with...
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux.
situation as below:
source directory:
001.doc
002.doc
/D01/001.doc
/D01/002.doc
/D01/D11/001.doc
/D02/001.doc
destination directory:
001.doc
003.doc
004.doc
/D01/001.doc
/D01/003.doc
/D01/004.doc
/D01/D11/003.doc
/D02/003.doc
now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works:
rsync -avzu --delete --include="/003.doc" --exclude="*&qu...
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
..."/" baz2/bar2
S: * LIST (\HasChildren) "/" foo2
S: * LIST (\HasNoChildren) "/" foo2/bar2
S: * LIST (\HasNoChildren) "/" foo2/bar1
S: * LIST (\HasNoChildren) "/" INBOX
S: D01 OK List completed (0.006 + 0.000 + 0.005 secs).
C: D02 LIST (SUBSCRIBED) "" "*"
S: * LIST (\Subscribed) "/" foo2/bar1
S: * LIST (\Subscribed) "/" foo2/bar2
S: * LIST (\Subscribed) "/" baz2/bar2
S: * LIST (\Subscribed) "/" baz2/bar22
S: * LIST (\Subscribed) "/" baz...
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...wiki/Tcm_loop
>> Test directly in host, not find ext4 error.
>>
>>
>>
>> Have issue:
>> 1. vhost_scsi & virtio_scsi, ext4
>> a. iblock
>> b, fileio, file located in /tmp (ram), no device based.
>>
>> 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue.
>> Since I need kvm specific patch for D02, so it may not freely to switch
>> to older version.
>>
>> 3. Also test with ext4, disabling journal
>> mkfs.ext4 -O ^has_journal /dev/sda
>>
>>
>> Do you have any suggestion?
>
>...
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...wiki/Tcm_loop
>> Test directly in host, not find ext4 error.
>>
>>
>>
>> Have issue:
>> 1. vhost_scsi & virtio_scsi, ext4
>> a. iblock
>> b, fileio, file located in /tmp (ram), no device based.
>>
>> 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue.
>> Since I need kvm specific patch for D02, so it may not freely to switch
>> to older version.
>>
>> 3. Also test with ext4, disabling journal
>> mkfs.ext4 -O ^has_journal /dev/sda
>>
>>
>> Do you have any suggestion?
>
>...
2007 Jul 30
4
how to combine data of several csv-files
Hello,
I'm looking for a solution for the following problem:
1) I have a folder with several csv files; each contains a set of
measurement values
2) The measurements of each file belong to a position in a two
dimensional matrix (lets say "B02.csv" belongs to position 2,2
3) The size of the matrix is fix
4) I cannot assure to have a csv file for each position
5) Each position
2000 Sep 25
0
Bug(s) w/ rbind.data.frame(); fix also read.table(*, as.is = TRUE) ? (PR#669)
...-- which is better,
## since the new row *is* all character
## R makes nonsense with 'b' [factor w/ 1 level "N": NA NA NA 1]
## S+ 5.1 does exactly the right thing [both a & b still look like in d0,d1 :
str(d12 <- rbind(d1, new = data.frame(a= 7, b="N")))##
str(d02 <- rbind(d0, new = data.frame(a= 7, b="N")))##
---------
Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27
ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND
phone: x-41-1-632-3408 fax:...
2006 Jan 15
2
rsync of file list
Hi All,
I would to rsync data spread of many files from remote site. Each file
may exist in total different location - the path for each file may be
different.
My question is:
Can I do it one single rsync command, giving a file containing list of
paths as parameter, or do I need to run rsync for each file.
I did not find any option doing it in the man page. I tried to play with
2008 Nov 12
21
zfs boot - U6 kernel patch breaks sparc boot
Hi,
in preparation to try zfs boot on sparc I installed all recent patches
incl. feature patches comming from s10s_u3wos_10 and after reboot
finally 137137-09 (still having everything on UFS).
Now it doesn''t boot at anymore:
###############################
Sun Fire V240, No Keyboard
Copyright 2006 Sun Microsystems, Inc. All rights reserved.
OpenBoot 4.22.23, 2048 MB memory installed,
2006 Nov 10
3
aaccli on recent conrollers?
...64-bit address support
aac0: New comm. interface enabled
aac0: Adaptec Raid Controller 2.0.0-1
aacd0: <RAID 1 (Mirror)> on aac0
aacd0: 34589MB (70838272 sectors)
aacd1: <RAID 0/1> on aac0
aacd1: 207594MB (425152512 sectors)
Trying to mount root from ufs:/dev/aacd0s1a
uname -a: FreeBSD d02.m1e.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE
#0: Wed Sep 20 23:21:10 EDT 2006 khera@yertle.int.kciLink.com:/
usr/obj/usr/src/sys/KCI64SMP amd64