search for: twi

Displaying 20 results from an estimated 29 matches for "twi".

Did you mean: ti
2017 Nov 04
3
using LVM thin pool LVs as a storage for libvirt guest
...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---- 267.80g [lvol1_tmeta] storage ewi-ao---- 68.00m # virsh pool-dumpxml storage <pool type='logical'> &lt...
2017 Nov 07
0
Re: using LVM thin pool LVs as a storage for libvirt guest
...#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---- 267.80g > [lvol1_tmeta] storage ewi-ao---- 68.00m > # virsh pool-dumpxml storage > <pool type='logical'> > <name>storage</name> > <uuid>f523aed2-a7e4-4dc2...
2017 Nov 07
1
Re: using LVM thin pool LVs as a storage for libvirt guest
...tr 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---- 267.80g >> [lvol1_tmeta] storage ewi-ao---- 68.00m >> # virsh pool-dumpxml storage >> <pool type='logical'> >> <name>storage</name> >> <uu...
2009 Sep 25
0
differing behaviour between xts (0.6-7) and zoo (1.5-8)
...Indexed by objects of class: [yearmon] TZ: GMT xts Attributes: NULL > str(ret) An 'xts' object from Mar 1998 to Aug 1998 containing: Data: num [1:6, 1] -0.007829 0.006452 -0.000276 -0.000644 0.002572 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr "twi.Close" Indexed by objects of class: [yearmon] TZ: GMT xts Attributes: NULL I understand that mathematical objects on xts objects will be performed only on the datapoints with common indices, in this case Apr 1998 to Aug 1998. So I do: > sig * ret Data: numeric(0) Index: NULL W...
2012 Oct 01
3
(no subject)
...t your help for the following problem. I need to merge two dataset of longitudinal study which has two column (id and respose) common. when I used merge option to join the datas side be side, because of the repeated subject id, I got larger data set which is not accurate. I would like to connect twi data sets by id and response in such a way that data are connected by same id and response type and if the same subject has less data point in one data set, then produce NA. Sample data sets is attached. Bibek
2023 Nov 09
0
can I convert a linear thin pool to raid1?
...ything else I should consider? # lvs VolGroup/vm_pool VolGroup/vm_pool_tmeta VolGroup/vm_pool_tdata VolGroup/lvol0_pmspare ? LV????????????? VG?????? Attr?????? LSize?? Pool Origin Data% Meta%? Move Log Cpy%Sync Convert ? [lvol0_pmspare] VolGroup ewi-a----- 128.00m ? vm_pool???????? VolGroup twi-aotz-- 200.00g???????????? 12.83 15.93 ? [vm_pool_tdata] VolGroup Twi-ao---- 200.00g ? [vm_pool_tmeta] VolGroup ewi-ao---- 128.00m
2012 Apr 02
2
graficar superficie de respuesta con los valores de las variables originales ...
estimados, ajusté una superficie de respuesta con el paquete "rsm" de R y hago un grafico 2D de la superficie de respuesta con contour(), pero como el argumento de esta función es la superficie de respuesta ajustada y ésta se ha ajustado codificando las variables, de acuerdo a la recomendación de la documentación del paquete rsm, obtengo un gráfico con los ejes en unidades codificadas
2016 Jan 05
2
[PATCH v2 15/32] powerpc: define __smp_xxx
...efine __smp_rmb() __lwsync() > +#define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") > > /* > * This is a barrier which prevents following instructions from being > @@ -67,18 +59,18 @@ > #define data_barrier(x) \ > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > -#define smp_store_release(p, v) \ > +#define __smp_store_release(p, v) \ > do { \ > compiletime_assert_atomic_type(*p); \ > - smp_lwsync(); \ > + __smp_lwsync(); \ , the...
2016 Jan 05
2
[PATCH v2 15/32] powerpc: define __smp_xxx
...efine __smp_rmb() __lwsync() > +#define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") > > /* > * This is a barrier which prevents following instructions from being > @@ -67,18 +59,18 @@ > #define data_barrier(x) \ > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > -#define smp_store_release(p, v) \ > +#define __smp_store_release(p, v) \ > do { \ > compiletime_assert_atomic_type(*p); \ > - smp_lwsync(); \ > + __smp_lwsync(); \ , the...
2016 Jan 05
2
[PATCH v2 15/32] powerpc: define __smp_xxx
...__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") > > > > > > /* > > > * This is a barrier which prevents following instructions from being > > > @@ -67,18 +59,18 @@ > > > #define data_barrier(x) \ > > > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > > > > > -#define smp_store_release(p, v) \ > > > +#define __smp_store_release(p, v) \ > > > do { \ > > > compiletime_assert_atomic_type(*p); \ > > > -...
2016 Jan 05
2
[PATCH v2 15/32] powerpc: define __smp_xxx
...__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") > > > > > > /* > > > * This is a barrier which prevents following instructions from being > > > @@ -67,18 +59,18 @@ > > > #define data_barrier(x) \ > > > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > > > > > -#define smp_store_release(p, v) \ > > > +#define __smp_store_release(p, v) \ > > > do { \ > > > compiletime_assert_atomic_type(*p); \ > > > -...
2015 Dec 31
0
[PATCH v2 15/32] powerpc: define __smp_xxx
...SMP */ +#define __smp_mb() mb() +#define __smp_rmb() __lwsync() +#define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") /* * This is a barrier which prevents following instructions from being @@ -67,18 +59,18 @@ #define data_barrier(x) \ asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); -#define smp_store_release(p, v) \ +#define __smp_store_release(p, v) \ do { \ compiletime_assert_atomic_type(*p); \ - smp_lwsync(); \ + __smp_lwsync(); \ WRITE_ONCE(*p, v); \ } while (0)...
2005 Jun 14
1
Can I use pxelinux to boot a cdrom image or isolinux from pxe?
Greetings, I've been a user and fan of SYSLINUX for a couple of years now. I use PXELINUX for a PXE server. I've only been able to boot linux kernel/initrd images and dos bootdisks, however now I'm wanting to create a boot image for the 'Rescue Is Possible' (RIP) linux recovery disk - http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ Previous versions came with a
2016 Jan 05
0
[PATCH v2 15/32] powerpc: define __smp_xxx
...gt; +#define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") > > > > /* > > * This is a barrier which prevents following instructions from being > > @@ -67,18 +59,18 @@ > > #define data_barrier(x) \ > > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > > > -#define smp_store_release(p, v) \ > > +#define __smp_store_release(p, v) \ > > do { \ > > compiletime_assert_atomic_type(*p); \ > > - smp_lwsync(); \ > &g...
2005 May 04
0
hfc isdn cards & zaphfc in domU
Hello, After searching the archives, I''ve found only two messages regarding this case, but there were no solution. I have a similar problem, so I try to ask here. I have twi HFC chipset ISDN cards in my pc: 0000:00:0d.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02) Subsystem: Cologne Chip Designs GmbH ISDN Board Flags: bus master, medium devsel, latency 16, IRQ 11 I/O ports at b800 [disabled] [size=8]...
2023 Aug 10
2
orphaned snapshots
I?ve never had such situation and I don?t recall someone sharing something similar. Most probably it?s easier to remove the node from the TSP and re-add it.Of course , test the case in VMs just to validate that it?s possible to add a mode to a cluster with snapshots. I have a vague feeling that you will need to delete all snapshots. Best Regards,Strahil Nikolov? On Thursday, August 10, 2023, 4:36
2000 Nov 14
0
2.3.0p1, Solaris 7 and last login (fwd)
...djm at mindrot.org> | works of Shakespeare. Now, thanks to the Internet, / | we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org ---------- Forwarded message ---------- Date: Tue, 14 Nov 2000 16:33:18 +0100 From: System Administrator <sysadmin at chrysler.kbs.twi.tudelft.nl> To: openssh at openssh.com Subject: 2.3.0p1, Solaris 7 and last login Hi, I'm having a problem with sshd showing the wrong last login entry, that is, it shows the current login. I didn't notice it until recently, but it seems that it has been there since version 2.2.0p1. S...
2016 Jan 05
0
[PATCH v2 15/32] powerpc: define __smp_xxx
...c(SMPWMB) : : :"memory") > > > > > > > > /* > > > > * This is a barrier which prevents following instructions from being > > > > @@ -67,18 +59,18 @@ > > > > #define data_barrier(x) \ > > > > asm volatile("twi 0,%0,0; isync" : : "r" (x) : "memory"); > > > > > > > > -#define smp_store_release(p, v) \ > > > > +#define __smp_store_release(p, v) \ > > > > do { \ > > > > compiletime_assert_atomic_type(*...
2017 Oct 10
4
ZFS with SSD ZIL vs XFS
Anyone made some performance comparison between XFS and ZFS with ZIL on SSD, in gluster environment ? I've tried to compare both on another SDS (LizardFS) and I haven't seen any tangible performance improvement. Is gluster different ?
2006 Jun 24
8
mysql frontend for linux.
Hi list. I''m using Ubuntu distro. for rails development. Today, to my disappoint, I''ve found that there''re certainly almost no mysql frontend which runs very well. (1) mysql-query-browser: Seems to be very nice. But, it quickly exits when I press ctrl+enter or modify a table structure. Something strange is happening here, but I can not figure out what it is. (2)