Displaying 20 results from an estimated 99 matches for "txg".
Did you mean:
tx
2011 Jun 24
13
Fixing txg commit frequency
Hi All,
I''d like to ask about whether there is a method to enforce a certain txg
commit frequency on ZFS. I''m doing a large amount of video streaming
from a storage pool while also slowly continuously writing a constant
volume of data to it (using a normal file descriptor, *not* in O_SYNC).
When reading volume goes over a certain threshold (and average pool load
over ~...
2010 Feb 24
3
How to know the recordsize of a file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would like to know the blocksize of a particular file. I know the
blocksize for a particular file is decided at creation time, in fuction
of the write size done and the recordsize property of the dataset.
How can I access that information?. Some zdb magic?.
- --
Jesus Cea Avion _/_/ _/_/_/ _/_/_/
jcea at
2009 Jun 05
4
Recover ZFS destroyed dataset?
I was asked by a coworker about recovering destroyed datasets on ZFS - and
whether it is possible at all? As a related question, if a filesystem dataset was
recursively destroyed along with all its snapshots, is there some means to at
least find some pointers whether it existed at all?
I remember "zpool import -D" can be used to import whole destroyed pools.
But crawling around the
2009 Oct 30
1
internal scrub keeps restarting resilvering?
After several days of trying to get a 1.5TB drive to resilver and it
continually restarting, I eliminated all of the snapshot-taking
facilities which were enabled and
2009-10-29.14:58:41 [internal pool scrub done txg:567780] complete=0
2009-10-29.14:58:41 [internal pool scrub txg:567780] func=1 mintxg=3
maxtxg=567354
2009-10-29.16:52:53 [internal pool scrub done txg:567999] complete=0
2009-10-29.16:52:53 [internal pool scrub txg:567999] func=1 mintxg=3
maxtxg=567354
2009-10-29.16:54:09 [internal pool scrub...
2009 Jul 21
1
zpool import is trying to tell me something...
I recently had an X86 system (running Nexenta Elatte, if that matters -- b101 kernel, I think) suffer hardware failure and refuse to boot. I''ve migrated the disks into a SPARC system (b115) in an attempt to bring the data back online while I see about repairing the former system. However, I''m having some trouble with the import process:
hydra# zpool import
pool: tank
id:
2006 Oct 31
0
6344108 snapshot create/delete interlock with scrub/resilver must sync txg
Author: bonwick
Repository: /hg/zfs-crypto/gate
Revision: 41acc27e604047650771dceb4535b8586bd34848
Log message:
6344108 snapshot create/delete interlock with scrub/resilver must sync txg
Files:
update: usr/src/cmd/ztest/ztest.c
update: usr/src/uts/common/fs/zfs/spa.c
2014 Feb 20
0
[PATCH] nv50: enable txg where supported
...emit_nv50.cpp
index bef103f..e2f93bb 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp
@@ -1447,7 +1447,7 @@ CodeEmitterNV50::emitTEX(const TexInstruction *i)
code[0] |= 0x01000000;
break;
case OP_TXG:
- code[0] = 0x01000000;
+ code[0] |= 0x01000000;
code[1] = 0x80000000;
break;
default:
@@ -1790,6 +1790,7 @@ CodeEmitterNV50::emitInstruction(Instruction *insn)
case OP_TXB:
case OP_TXL:
case OP_TXF:
+ case OP_TXG:
emitTEX(insn->asTex());...
2012 Jun 18
1
Restore destroyed snapshot ???
...cated ZFS dataset. The dataset is NOT mounted and other than a
resilver going on, there is no I/O going on to this dataset. Is there
any way to roll back and get my latest snapshot back?
from zpool history -i:
2012-06-18.10:34:00 zfs destroy xxx at 1339668001
2012-06-18.10:34:00 [internal destroy txg:2213852] dataset = 1906
2012-06-18.10:34:07 zfs destroy xxx at 1339671601
2012-06-18.10:34:07 [internal destroy txg:2213854] dataset = 1921
2012-06-18.10:34:14 zfs destroy xxx at 1339675201
2012-06-18.10:34:14 [internal destroy txg:2213856] dataset = 1938
2012-06-18.10:34:24 zfs destroy xxx at 1339...
2008 Sep 05
0
raidz pool metadata corrupted nexanta-core->freenas 0.7->nexanta-core
...rupted data
raidz1 ONLINE 0 0 4
c2d0 ONLINE 0 0 0
c2d1 ONLINE 0 0 0
c3d0 ONLINE 0 0 0
c3d1 ONLINE 0 0 0
root@cempedak:/dev/rdsk#
root@cempedak:/dev/rdsk# zdb -vvv
syspool
version=10
name='syspool'
state=0
txg=13
pool_guid=7417064082496892875
hostname='elatte_installcd'
vdev_tree
type='root'
id=0
guid=7417064082496892875
children[0]
type='disk'
id=0
guid=16996723219710622372
path='/dev/dsk/c1d0s0'
devid='id1,cmdk@AST3160812AS=____________9LS6M819/a'
phys_path='...
2007 Sep 18
5
ZFS panic in space_map.c line 125
...cksum_generate+0x5f()
zio_next_stage+0x72()
zio_write_compress+0x136()
zio_next_stage+0x72()
zio_wait_for_children+0x49()
zio_wait_children_ready+0x15()
zio_next_stage_async+0xae()
zio_wait+0x2d()
arc_write+0xcc()
dmu_objset_sync+0x141()
dsl_dataset_sync+0x23()
dsl_pool_sync+0x7b()
spa_sync+0x116()
txg_sync_thread+0x115()
thread_start+8()
It appears ZFS is still able to read the labels from the drive:
$ zdb -lv /dev/rdsk/c3t50002AC00039040Bd0p0
--------------------------------------------
LABEL 0
--------------------------------------------
version=3
name=''fpool0''...
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
2020 Jul 15
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...onInfo().
*Works in RStudio*
> read.csv("https://old.nasdaq.com/screening/companies-by-name.aspx?letter=0&exchange=1&render=download", header=TRUE, as.is=TRUE, na="n/a")
Symbol Name
LastSale MarketCap IPOyear
1 TXG 10x Genomics, Inc.
87.4400 $8.6B 2019
2 YI 111, Inc.
6.4800 $533.69M 2018
3 PIH 1347 Property Insurance Holdings, Inc.
4.5350 $27.52M 2014
sessionInfo()
R version 4.0.2 (2020-06-22)
P...
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...data.table::fread("https://old.nasdaq.com/screening/companies-by-name.aspx?letter=0&exchange=1&render=download",
header=TRUE)
?Downloaded 486840 bytes...>
> str(z)
Classes ?data.table? and 'data.frame':??? 3631 obs. of? 9 variables:
?$ Symbol?????? : chr? "TXG" "YI" "PIH" "PIHPP" ...
?$ Name???????? : chr? "10x Genomics, Inc." "111, Inc." "1347 Property
Insurance Holdings, Inc." "1347 Property Insurance Holdings, Inc." ...
?$ LastSale???? : chr? "90.93" "6.31&quo...
2014 Apr 18
0
[PATCH] nouveau/codegen: add missing values for OP_TXLQ into the target arrays
...T, MERGE, CONSTRAINT
@@ -44,7 +44,7 @@ const uint8_t Target::operationSrcNr[OP_LAST + 1] =
1, 1, 2, 1, 2, // VFETCH, PFETCH, EXPORT, LINTERP, PINTERP
1, 1, // EMIT, RESTART
1, 1, 1, // TEX, TXB, TXL,
- 1, 1, 1, 1, 1, 2, // TXF, TXQ, TXD, TXG, TEXCSAA, TEXPREP
+ 1, 1, 1, 1, 1, 1, 2, // TXF, TXQ, TXD, TXG, TXLQ, TEXCSAA, TEXPREP
1, 1, 2, 2, 2, 2, 2, // SULDB, SULDP, SUSTB, SUSTP, SUREDB, SUREDP, SULEA
3, 3, 3, 3, // SUBFM, SUCLAMP, SUEAU, MADSP
0, // TEXBAR
@@ -57,7 +57,7 @@ const uint...
2010 Jun 29
0
Processes hang in /dev/zvol/dsk/poolname
...1248 1243 101 0x4a004000 ffffff02630d5728 find
> ffffff02630d5728::walk thread | ::findstack
stack pointer for thread ffffff025f15b3e0: ffffff000cb54650
[ ffffff000cb54650 _resume_from_idle+0xf1() ]
ffffff000cb54680 swtch+0x145()
ffffff000cb546b0 cv_wait+0x61()
ffffff000cb54700 txg_wait_synced+0x7c()
ffffff000cb54770 zil_replay+0xe8()
ffffff000cb54830 zvol_create_minor+0x227()
ffffff000cb54850 sdev_zvol_create_minor+0x19()
ffffff000cb549c0 devzvol_create_link+0x49()
ffffff000cb54ad0 sdev_call_dircallback+0xfe()
ffffff000cb54c20 devname_lookup_func+0x4cf()...
2012 Jun 12
15
Recovery of RAIDZ with broken label(s)
...t on of the drives - a copied labels 0,1).
5) From there everything went downhill.
This happened a while back, and so the exact order of things (including my
botched attemtps at recovery) are hazy.
I tried using Jeff Bonwick''s labelfix binary to create new labels but it
carps because the txg is not zero.
The situation now is I have dd''d the drives onto a NAS. These images are
shared via NFS to a VM running Oracle Solaris 11 11/11 X86.
When I attempt to import the pool I get:
root at solaris-01:/mnt# zpool import -d /dev/lofi
pool: ZP-8T-RZ1-01
id: 995260566624777834...
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
2020 Jul 15
0
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...~/Downloads$ Rscript -e 'data.table::fread("companylist.csv", header=TRUE)'
Symbol Name LastSale MarketCap IPOyear Sector industry Summary Quote V9
1: TXG 10x Genomics, Inc. 88.91 $8.75B 2019 Capital Goods Biotechnology: Laboratory Analytical Instruments https://old.nasdaq.com/symbol/txg NA
2: YI 111, Inc. 6.64 $546.87M 2018 Health Care...
2009 Oct 30
30
Truncating SHA2 hashes vs shortening a MAC for ZFS Crypto
For the encryption functionality in the ZFS filesystem we use AES in CCM
or GCM mode at the block level to provide confidentiality and
authentication. There is also a SHA256 checksum per block (of the
ciphertext) that forms a Merkle tree of all the blocks in the pool.
Note that I have to store the full IV in the block. A block here is a
ZFS block which is any power of two from 512 bytes to
2010 May 07
0
confused about zpool import -f and export
...sec 126>
/xpvd/xdf at 51728
Specify disk (enter its number): ^D
root at nexenta_safemode:~# zdb -l /dev/rdsk/c0t0d0s0
--------------------------------------------
LABEL 0
--------------------------------------------
version: 22
name: ''syspool''
state: 1
txg: 384
pool_guid: 5607125904664422185
hostid: 4905600
hostname: ''nexenta_safemode''
top_guid: 7124011680357776878
guid: 15556832564812580834
vdev_children: 1
vdev_tree:
type: ''mirror''
id: 0
guid: 712401168035777687...
2011 Jun 26
2
recovering from "zfs destroy -r"
Hi,
Is there a simple way of rolling back to a specific TXG of a volume to recover from such a situation?
Many thanks,
Przem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20110627/9b1c5a85/attachment.html>
2007 Dec 13
0
zpool version 3 & Uberblock version 9 , zpool upgrade only half succeeded?
...re is a mismatchs in version information, our storage pool is list as version 3 while the uberblock is at version 9, when we run zpool upgrade, it tells us all pools are upgraded to latest version.
below the zdb output:
zdb stor
????version=3
????name=''stor''
????state=0
????txg=6559447
????pool_guid=14464037545511218493
????hostid=341941495
????hostname=''fileserver011''
????vdev_tree
????????type=''root''
????????id=0
????????guid=14464037545511218493
????????children[0]
????????????????type=''raidz''
????????????...