Displaying 2 results from an estimated 2 matches for "uberblock_impl".
2008 May 01
9
ZFS and Linux
Hi All ;
What is the status of ZFS on linux and what are the kernel''s supported?
Regards
Mertol
<http://www.sun.com/> http://www.sun.com/emrkt/sigs/6g_top.gif
Mertol Ozyoney
Storage Practice - Sales Manager
Sun Microsystems, TR
Istanbul TR
Phone +902123352200
Mobile +905339310752
Fax +902123352222
Email <mailto:Ayca.Yalcin at Sun.COM> mertol.ozyoney at
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...to hold the configuration data (a packed nvlist)
*/
-#define SPA_CONFIG_BLOCKSIZE (1 << 14)
+#define SPA_CONFIG_BLOCKSIZE (1ULL << 14)
/*
* The DVA size encodings for LSIZE and PSIZE support blocks up to 32MB.
diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/zfs/zfs-include/uberblock_impl.h
--- a/tools/libfsimage/zfs/zfs-include/uberblock_impl.h Thu Oct 24 22:46:20 2013 +0100
+++ b/tools/libfsimage/zfs/zfs-include/uberblock_impl.h Sat Oct 26 20:03:06 2013 +0400
@@ -24,8 +24,6 @@
#ifndef _SYS_UBERBLOCK_IMPL_H
#define _SYS_UBERBLOCK_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI&q...