Re: [clang] (gpt)zfsboot is broken: zfs_alloc()/zfs_free() mismatch

2011-08-01 Thread Alexey Tarasov
ptzfsboot works fine. > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" -- Alexey Tara

Re: [clang] (gpt)zfsboot is broken: zfs_alloc()/zfs_free() mismatch

2011-08-02 Thread Alexey Tarasov
ptzfsboot works fine. > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" -- Alexey Tara

gpart and sector size

2010-04-08 Thread Alexey Tarasov
Hello. There is only one possibility to change sector size of physical disk (gnop -S 4096 ...). May be it is possible to add such possibility to gpart? e.g. gpart create -S 4096 -t gpt ad0? It will help all unlucky WD Advanced Format disks users. :-D -- Alexey Tarasov (\__/) (='.&

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
l", so you can't set up a > persistent gnop; you have to set it up manually at boot time every time, > and there's a risk that the fs (or other layers higher up) will taste > the underlying device instead of the gnop. -- Alexey T

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
Ok, in case of GPT? :-) GPT implementation can be the simplest solution to this problem compared to implementing additional ATA commands to determine if disk is in Advanced Format. On 08.04.2010, at 18:09, Dag-Erling Smørgrav wrote: > Alexey Tarasov writes: >> I mean that gpart should

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
ulation. It will never touch existing unaligned partitions. -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
SB, and IEEE 1394 based interface > technologies. On 08.04.2010, at 18:35, Dag-Erling Smørgrav wrote: > Alexey Tarasov writes: >> Advanced Format disks reports 512, but there is another command in ATA >> standard which can tell us if it uses 4k sector. > > Send me o

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
even have been MFC'd... :) > > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" --

Re: gpart and sector size

2010-04-08 Thread Alexey Tarasov
> violate AFAICT. > FYI, -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: gpart and sector size

2010-04-09 Thread Alexey Tarasov
ipesize field is initialized with it. So if you > run "diskinfo -v" on the disk, what is the output for stripesize? -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@freebsd.org mailing list

Re: ZFS raidz and 4k sector disks

2010-04-09 Thread Alexey Tarasov
@ commit, because he has added support for >512 sector size: http://lists.freebsd.org/pipermail/freebsd-current/2010-April/016495.html Превед Украине! =) On 09.04.2010, at 12:28, Andriy Gapon wrote: > on 08/04/2010 16:55 Alexey Tarasov said the following: >> Hello. >> >>

Re: gpart and sector size

2010-04-09 Thread Alexey Tarasov
ch a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? Sorry, to few experience. =) -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@freebsd.org mailing list http://lists.fr

Re: gpart and sector size

2010-04-09 Thread Alexey Tarasov
On 09.04.2010, at 15:32, Andriy Gapon wrote: > on 09/04/2010 14:27 Alexey Tarasov said the following: >>> Or the disk doesn't actually report 4096 anywhere anyhow... Have you >>> considered that? If yes, can you verify using any tools of any OS that the >

Re: gpart and sector size

2010-04-09 Thread Alexey Tarasov
> I saw it, but I want to see what's reported in reality. Installing Windows 7 now. How can OS installation be so long? :-) -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@f

Re: gpart and sector size

2010-04-09 Thread Alexey Tarasov
lation to some part of GEOM. -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

STABLE kernel panic: privileged instruction fault

2010-08-12 Thread Alexey Tarasov
740 in ?? () #11 0x80b83c60 in sysent () #12 0xff8040d2cc80 in ?? () #13 0xff8040d2cae0 in ?? () #14 0x8059c431 in bintime (bt=0x80ad3140) at /usr/src/sys/kern/kern_tc.c:200 Previous frame inner to this frame (corrupt stack?) (kgdb) -- Alexey Taraso

Re: STABLE kernel panic: privileged instruction fault

2010-08-19 Thread Alexey Tarasov
Hello Andriy! On Aug 18, 2010, at 7:30 PM, Andriy Gapon wrote: > on 13/08/2010 00:45 Alexey Tarasov said the following: >> Fatal trap 1: privileged instruction fault while in kernel mode >> cpuid = 1; apic id = 01 >> instruction pointer = 0x20:0xff8040d2

Virtio network: poor performance with KVM hypervisor (latest Proxmox)

2016-03-04 Thread Alexey Tarasov
oes anyone have any ideas how to get full network performance inside FreeBSD guests? -- Alexey Tarasov (\__/) (='.'=) E[: | | | | :]З (")_(") smime.p7s Description: S/MIME cryptographic signature