search for: lsize

Displaying 20 results from an estimated 75 matches for "lsize".

Did you mean: size
2018 Feb 11
2
Hausman test
Hello, I have a problem with Hausman test. I am performing my analysis with these commands: > library(plm) > data<-read.csv2("paolo.csv",header=TRUE) > data< pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) > RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2 > grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") > grun.re <-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=...
2007 Mar 15
20
C''mon ARC, stay small...
Running an mmap-intensive workload on ZFS on a X4500, Solaris 10 11/06 (update 3). All file IO is mmap(file), read memory segment, unmap, close. Tweaked the arc size down via mdb to 1GB. I used that value because c_min was also 1GB, and I was not sure if c_max could be larger than c_min....Anyway, I set c_max to 1GB. After a workload run....: > arc::print -tad { . . . ffffffffc02e29e8
2018 Feb 11
0
Hausman test
...h Hausman test. I am performing my analysis with these > commands: > > > library(plm) > > data<-read.csv2("paolo.csv",header=TRUE) > > data< > pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) > > > RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+ > TURN+GPROF+GPROF2 > > > grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+ > PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") > > grun.re > <-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH...
2018 Feb 11
1
Hausman test
...my analysis with these >> commands: >> >> > library(plm) >> > data<-read.csv2("paolo.csv",header=TRUE) >> > data< >> pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) >> > >> RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TU >> RN+GPROF+GPROF2 >> > >> grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROW >> TH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") >> > grun.re >> <-plm(RECEIV~LSIZE+LAGE+LAGE2+C...
2007 Jan 23
4
Assertion in arc_change_state
Hi, My current code is tripping the following assertion: lib/libzpool/build-kernel/arc.c:736: arc_change_state: Assertion `new_state->size + to_delta >= new_state->lsize (0x2a60000 >= 0x2a64000)` failed. gdb info: Program terminated with signal 6, Aborted. #0 0x00002afcd767847b in raise () from /lib/libc.so.6 (gdb) bt #0 0x00002afcd767847b in raise () from /lib/libc.so.6 #1 0x00002afcd7679da0 in abort () from /lib/libc.so.6 #2 0x0000000000454dff in arc_ch...
2009 Dec 15
7
ZFS Dedupe reporting incorrect savings
...s, size 272 on disk, 140 in core DDT-sha256-zap-unique: 278241 entries, size 274 on disk, 142 in core DDT histogram (aggregated over all DDTs): bucket allocated referenced ______ ______________________________ ______________________________ refcnt blocks LSIZE PSIZE DSIZE blocks LSIZE PSIZE DSIZE ------ ------ ----- ----- ----- ------ ----- ----- ----- 1 272K 17.0G 17.0G 17.0G 272K 17.0G 17.0G 17.0G 2 32.7K 2.05G 2.05G 2.05G 65.6K 4.10G 4.10G 4.10G 4 15 960K 960K...
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
2010 Sep 17
3
ZFS Dataset lost structure
...ce of a Xen VM, but i cannot access the directory structure of this dataset. However i can send a snapshot of this dataset to another system, but the same behavior occurs. If i do zdb -dddd dataset at the end of the output i can se the references to my file: Object lvl iblk dblk dsize lsize %full type 7 5 16K 128K 149G 256G 58.26 ZFS plain file 264 bonus ZFS znode dnode flags: USED_BYTES USERUSED_ACCOUNTED dnode maxblkid: 2097152 path /vdisk.raw uid 777 gid 60001...
2017 Nov 04
3
using LVM thin pool LVs as a storage for libvirt guest
...volumes you create yourself, but neither of that works for me (libvirt-3.2.1-6.fc26.x86_64). This way I try to create new: # vgs storage VG #PV #LV #SN Attr VSize VFree storage 1 1 0 wz--n- 267.93g 0 # lvs storage -a LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert [lvol0_pmspare] storage ewi------- 68.00m lvol1 storage twi-aotz-- 267.80g 0.00 0.44 [lvol1_tdata] storage Twi-ao---- 26...
2014 Aug 02
3
libvirt and lvm thin pool
Hi all. I'm using libvirt 1.2.6 I want to use lvm storage for my virtual machines. But i want to use new lvm2 feature - thin pool. How can i do that in libvirt? If libvirt can't create it via pool xml, does (and how) to use this setup under libvirt? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2007 Dec 06
0
LVM2: large volume problem?
...V 1 VG Size 2,27 TB PE Size 32,00 MB Total PE 74436 Alloc PE / Size 512 / 16,00 GB Free PE / Size 73924 / 2,26 TB VG UUID yuxYGR-dLVP-DuXz-i4oP-14ep-aYWQ-xBp6f1 [root at Mugello ~]# lvs LV VG Attr LSize Origin Snap% Move Log Copy% root sys -wi-ao 4,00G swap sys -wi-ao 2,00G usr sys -wi-ao 5,00G var sys -wi-ao 5,00G When I try to create a 1T lv it gives me thi...
2015 Dec 02
3
lvm snapshot
...wrote: > Creating snapshot: > > [root at lvmtest ~]# lvcreate -L5G -s -n root_snap /dev/centos/root > Reducing COW size 5,00 GiB down to maximum usable size 2,94 GiB. > Logical volume "root_snap" created. > [root at lvmtest ~]# lvs > LV VG Attr LSize Pool Origin Data% Meta% Move > Log Cpy%Sync Convert > root centos owi-aos--- 2,93g > root_snap centos swi-a-s--- 2,94g root 0,00 > swap centos -wi-ao---- 1,00g > > --- reboot --- > > dracut shell (missing /dev/centos/root) > > cat proc/cmdli...
2007 Dec 11
0
[LLVMdev] Exception handling in JIT
...on& F) { > + MMI->BeginFunction(&F); > + } > + > + virtual bool finishFunction(MachineFunction& F, > + unsigned char* StartFunction, > + unsigned char* EndFunction) { > + uintptr_t ActualSize; > + BufferBegin = CurBufferPtr = MemMgr->startFunctionBody > (F.getFunction(), > + > ActualSize); > + BufferEnd = BufferBegin+ActualSize; > + > + unsigned char* ExceptionTable = EmitExceptionTable...
2007 Dec 12
3
[LLVMdev] Exception handling in JIT
...MMI->BeginFunction(&F); >> + } >> + >> + virtual bool finishFunction(MachineFunction& F, >> + unsigned char* StartFunction, >> + unsigned char* EndFunction) { >> + uintptr_t ActualSize; >> + BufferBegin = CurBufferPtr = MemMgr->startFunctionBody >> (F.getFunction(), >> + >> ActualSize); >> + BufferEnd = BufferBegin+ActualSize; >> + >> + unsigned char* Excepti...
2007 Dec 10
2
[LLVMdev] Exception handling in JIT
Hi everyone, Here's a patch that enables exception handling when jitting. I've copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may need to factorize it, but the functionality is there and I'm very happy with it :) lli should now be able to execute the output from llvm-gcc when using exceptions (the UnwindInst instruction is not involved in this patch). Just add the
2008 Oct 05
1
Help -- LVM snapshot full -- how do I recover?
Hi -- I forgot to remove an LVM snapshot after making a backup. Now neither the snapshot nor the original volume are available. How do I recover and get the original volume back online? Currently, the output of lvs looks like LV VG Attr LSize Origin Snap% Move Log Copy% ...... dom5_data VolGroup01 -wi-ao 10.00G domTemplate_data VolGroup01 -wi-a- 2.00G dom6_data...
2013 Dec 24
2
[LLVMdev] Quirk in switch lowering
...ctively create an else-if chain from a very sparse switch statement instead of a balanced binary tree. A possible solution is to weight an isolated single switch label with 0. To do this one can replace the assignments to LDensity und RDensity by: volatile double LDensity = (double)(LSize-1).roundToDouble() / (LEnd - First + 1ULL).roundToDouble(); volatile double RDensity = (double)(RSize-1).roundToDouble() / (Last - RBegin + 1ULL).roundToDouble(); I replaced ?Size by (?Size-1). Here is a more or less stupid test...
2015 Dec 02
2
lvm snapshot
sorry: centos7 "fresh" minimal with a actual update cat proc/cmdline: BOOT_IMAGE=/vmlinuz-3.10.0-229.20.1.el7.x86_64 root=/dev/mapper/centos_root ro rd.lvm.lv=centos/root rd.lvm.lv=centos/swap crashkernel=auto rhgb quiet LANG=de_DE.UTF-8 systemd.debug ls /dev/mapper: centos-swap control Zitat von Gordon Messmer <gordon.messmer at gmail.com>: > On 12/02/2015 11:09 AM,
2006 May 19
11
tracking error to file
In my testing, I''ve found the following error: zpool status -v pool: local state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://www.sun.com/msg/ZFS-8000-8A scrub: none requested
2014 Aug 04
0
Re: libvirt and lvm thin pool
...as the storage administrator understand that if the volume becomes "filled" - it will go "Inactive" The key to whether an lvm volume is found is the attributes as seen from the 'lvs' utility which spits out the following for example: # lvs LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert home fedora -wi-ao---- 136.72g root fedora -wi-ao---- 50.00g swap fedora -wi-ao---- 7.64g lv_test lv_pool swi-a-s--- 4.00m [lv_test_vorigin] 50.39 or for a filled and now inactive volume: # lvs LV V...