search for: objid

Displaying 20 results from an estimated 21 matches for "objid".

Did you mean: obj_id
2013 May 01
0
Finding the objid of a subvolume on an unmounted filesystem
Hello, I would like to" btrfs restore" a broken btrfs filesystem before I attempt to recover it. However, I only need to recover a subvolume inside of it. It seems the -r option should do the job, but I do not know the objid number of the subvolume I want, only the path. Is there a way to know the objid of a subvolume given its path, without mounting the filesystem? Thanks, Cesar -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.or...
2014 May 26
0
Remove filesystem directories from MDT
...me problems in my filesystem. When I browse the filesystem from a client, a specific directory have directories that contain the same directories, in other words: LustreFS-> dir A -> dir B -> dir B -> dir B -> dir B -> dir B… This directory, and its children, has the same obdidx/objid: [root@client vm-106-disk-1.raw]# lfs getstripe vm-106-disk-1.raw vm-106-disk-1.raw/vm-106-disk-1.raw lmm_stripe_count: 1 lmm_stripe_size: 1048576 lmm_pattern: 1 lmm_layout_gen: 0 lmm_stripe_offset: 19 obdidx objid objid group 19 7329413 0x6fd685...
2009 Jul 23
0
[PATCH server] Add network QMF apis.
...="Name of the new network"/> + <arg name="proto" dir="I" type="sstr" desc="The boot protocol on this network, 'static', 'dhcp', or 'bootp'."/> + <arg name="network" dir="O" type="objId" desc="The newly created network definition object."/> + </method> + + <method name="create_vlan_network"> + <arg name="name" dir="I" type="sstr" desc="Name of the new network"/> + <arg name=&qu...
2009 Jul 16
0
[PATCH server] add network QMF apis. (still in progress)
...--> <method name="create_vm_nic_def" desc="Create a new NIC for a VM"> <arg name="mac" type="sstr" dir="I" desc="The MAC address for the new NIC"/> <arg name="nic" dir="O" type="objId" references="VmNicDef" desc="Newly created VM NIC"/> </method> </class> + <!-- FIXME: This needs to use inheritance when QMF infrastructure is available --> + <class name="VlanImpl"> + <property name="network"...
2010 Aug 11
3
lfs --obd discrepancy to lctl dl (1.8.3)
...p # lfs getstripe /data/scia/L0/V0.00/20100327/SCI_NL__0PNPDE20100327_193441_000040582088_00071_42209_1158.N1 /data/scia/L0/V0.00/20100327/SCI_NL__0PNPDE20100327_193441_000040582088_00071_42209_1158.N1 lmm_stripe_count: 1 lmm_stripe_size: 1048576 lmm_stripe_offset: 23 obdidx objid objid group 23 41020 0xa03c 0 cluster1 tmp # lctl dl <snip> 19 UP osc scia-OST0010-osc-ffff8800bb076000 c50eddc4-14c3-66a0-0f8d-7bc8e2b9a1e8 4 20 UP osc scia-OST0011-osc-ffff8800bb076000 c50eddc4-14c3-66a0-0f8d-7bc8e2b9a1e8 4...
2006 Mar 16
3
inserted_at seems buggy in production mode?
...matches WHERE (matches.id = ''159'') LIMIT 1 SQL (0.000319) BEGIN PK and serial sequence (0.017476) SELECT attr.attname, name.nspname, seq.relname FROM pg_class seq, pg_attribute attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE seq.oid = dep.objid AND seq.relnamespace = name.oid AND seq.relkind = ''S'' AND attr.attrelid = dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid = cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = ''p'' AND dep.refobjid = ''match_c...
2010 Mar 16
0
[PATCH] Added the new Processors agent.
...ff --git a/src/schema.xml b/src/schema.xml index 5fb683f..40ab3d0 100644 --- a/src/schema.xml +++ b/src/schema.xml @@ -14,6 +14,17 @@ </class> + <!-- The processor for the node. --> + <class name="Processors"> + <property name="node" type="objId" access="RO" desc="The managed node." /> + <property name="model" type="lstr" access="RO" desc="The processor label." /> + <property name="cores" type="int8" access="RO" desc="T...
2010 Mar 22
1
Small change and resend...
This patch includes one small change: the Processors::get_load_average() method is now const since it does not change the object's state.
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...> 0 AND NOT a.attisdropped ORDER BY a.attnum [4;35;1mSQL (0.016000) BEGIN [4;36;1mPK and serial sequence (0.031000) [0;1m SELECT attr.attname, name.nspname, seq.relname FROM pg_class seq, pg_attribute attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE seq.oid = dep.objid AND seq.relnamespace = name.oid AND seq.relkind = ''S'' AND attr.attrelid = dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid = cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = ''p'' AND dep.refobjid = ''partsgroup'...
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API being a method rather than an ongoing statistic. So I've converted the code over to instead update the load average statistic on a regular basis.
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
...-- a/src/schema.xml +++ b/src/schema.xml @@ -23,22 +23,6 @@ <statistic name="load_average" type="float" desc="The processing load average." /> </class> - <class name="CPU"> - - <property name="host" type="objId" access="RO" desc="Host that this cpu belongs to" index="y" references="Host" parentRef="y"/> - <property name="cpunum" type="int32" access="RO" desc="CPU # for this host" index=&q...
2005 Nov 07
0
pk_and_sequence_for(table) bug?
...'.'' || seq.relname) FROM pg_class seq, pg_attribute attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE seq.oid = dep.objid AND seq.relnamespace = name.oid AND seq.relkind = ''S'' AND attr.attrelid = dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid = cons.conrelid...
2011 Mar 06
0
Solaris Express server name broadcast
Le 06/03/2011 00:14, "Hung-Sheng Tsao (Lao Tsao ??) Ph. D." a ?crit : > question to solaris forum > http://forums.oracle.com/forums/search.jspa?objID=c300&q=Solaris Since you have been (and you alone) kind enough to try and help me, I will give you in writing a detailed explanation on how this mess came to be : however, as I explained, I have only known the Solaris OS, or any other *nix for that matter, for three and a half months, with...
2010 May 25
3
Supercedes previous patch...
The previous patch, for whatever reason, fails to apply on top of tip. This patch is reimplemented and, hopefully, fixed.
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
...="shutdown" desc="Shutdown node" /> <method name="reboot" desc="Reboot node" /> </class> - <!-- The processor for the node. --> - <class name="Processors"> - <property name="host" type="objId" access="RC" desc="The host machine." index="y" references="Host" parentRef="y" /> - <property name="model" type="lstr" access="RO" desc="The processor label." /> - <property name=&quo...
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...- a/src/schema.xml +++ b/src/schema.xml @@ -23,21 +23,13 @@ <statistic name="load_average" type="float" desc="The processing load average." /> </class> - <class name="NIC"> - - <property name="host" type="objId" access="RO" desc="Host that this NIC belongs to" index="y" references="Host" parentRef="y"/> - <property name="macaddr" type="sstr" access="RO" desc="MAC Address" index=&quo...
2007 Nov 26
15
bad 1.6.3 striped write performance
...any more testing variants I can try... anyway, some more simple setup info: % lfs getstripe /mnt/testfs/ OBDS: 0: testfs-OST0000_UUID ACTIVE 1: testfs-OST0001_UUID ACTIVE /mnt/testfs/ default stripe_count: -1 stripe_size: 1048576 stripe_offset: -1 /mnt/testfs/blah obdidx objid objid group 1 3 0x3 0 0 2 0x2 0 % lfs df UUID 1K-blocks Used Available Use% Mounted on testfs-MDT0000_UUID 1534832 306680 1228152 19% /...
2009 Dec 27
2
Identifying outliers in non-normally distributed data
Hello, I've been searching for a method for identify outliers for quite some time now. The complication is that I cannot assume that my data is normally distributed nor symmetrical (i.e. some distributions might have one longer tail) so I have not been able to find any good tests. The Walsh's Test (http://www.statistics4u.info/ fundsta...liertest.html#), as I understand assumes that the
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.
2008 May 20
7
[Bug 1986] New: ''zfs destroy'' hangs on encrypted dataset
http://defect.opensolaris.org/bz/show_bug.cgi?id=1986 Summary: ''zfs destroy'' hangs on encrypted dataset Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: other