search for: fsys_zfs

Displaying 4 results from an estimated 4 matches for "fsys_zfs".

2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...t to read the next 128k block from xen.gz fails because the DNODE data is overwritten. Things start to fail when we find "DNODE->dn_datablkszsec == 35656" (should be 256) in zfs_read(), that is, a datablk size of ~18mbytes instead of the expected 128kbytes. Problem #1: =========== fsys_zfs.c is supposed to use the following memory map: * (memory addr) MOS DNODE ZFS_SCRATCH * | | | * +-------V---------V----------V---------------+ * memory | | dnode | dnode | scratch | * | | 512B | 512B...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...f_pvdisk; }; struct fsi_file { diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/zfs/Makefile --- a/tools/libfsimage/zfs/Makefile Thu Oct 24 22:46:20 2013 +0100 +++ b/tools/libfsimage/zfs/Makefile Sat Oct 26 20:03:06 2013 +0400 @@ -25,7 +25,7 @@ XEN_ROOT = $(CURDIR)/../../.. CFLAGS += -DFSYS_ZFS -DFSIMAGE -I$(XEN_ROOT)/tools/libfsimage/zfs -LIB_SRCS-y = zfs_lzjb.c zfs_sha256.c zfs_fletcher.c fsi_zfs.c fsys_zfs.c +LIB_SRCS-y = zfs_lzjb.c zfs_sha256.c zfs_fletcher.c fsi_zfs.c fsys_zfs.c zfs_lz4.c FS = zfs diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/zfs/fsi_zfs.h --- a/tools/li...
2011 Feb 26
1
make world error
...mage'' make -C zfs install make[6]: Entering directory `/usr/src/xen-4.0.1/tools/libfsimage/zfs'' gcc -DPIC -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .fsys_zfs.opic.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -I../../../tools/libfsimage/common/ -Werror -fPIC -c -o fsys_zfs.opic fsys_zfs.c gcc -DPIC -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-p...
2011 Oct 12
14
pv-grub Solaris support
Hello all, I''ve patched pv-grub to allow it to boot a Solaris PV domU using an unmodified menu.lst. The attached patch has been tested with various Solaris versions (Solaris 11 Express, OpenIndiana 151a, OpenSolaris 134, Nexenta Core 3.0.1; all 64-bit). I appreciate your feedback. The patch consists mainly of Oracle''s grub modifications, which add ZFS support and