Displaying 6 results from an estimated 6 matches for "nvpair".
2011 Jul 14
1
mount.ocfs2: Invalid argument while mounting /dev/mapper/xenconfig_part1 on /etc/xen/vm/. Check 'dmesg' for more information on this error.
...11.3 64bit
ocfs2console-1.8.0-2.1.x86_64
ocfs2-tools-o2cb-1.8.0-2.1.x86_64
ocfs2-tools-1.8.0-2.1.x86_64
2)I've configured the cluster as usual :
<resources>
<clone id="dlm-clone">
<meta_attributes id="dlm-clone-meta_attributes">
<nvpair id="dlm-clone-meta_attributes-interleave" name="interleave"
value="true"/>
</meta_attributes>
<primitive class="ocf" id="dlm" provider="pacemaker" type="controld">
<operations>...
2006 Nov 16
2
Porting ZFS, trouble with nvpair
...take a stab at the first steps of porting ZFS to Darwin. I realize there are rumors that Apple is already doing this, but my contact at Apple has yet to get back to me to verify this. In the meantime, I wanted to see how hard it would be. I started with libzfs, and promptly ran into issues with libnvpair.
It wants sys/nvpair.h, but I can''t find that in the http://svn.genunix.org/repos/on/trunk/ tree.
Could someone please point me in the right direction? Thanks!
--
This messages posted from opensolaris.org
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...@@ -1033,7 +1173,7 @@ nvlist_array(char *nvlist, int index)
/* skip the header, nvl_version, and nvl_nvflag */
nvlist = nvlist + 4 * 2;
- while ((encode_size = BSWAP_32(*(uint32_t *)nvlist)))
+ while (encode_size = BSWAP_32(*(uint32_t *)nvlist))
nvlist += encode_size; /* goto the next nvpair */
nvlist = nvlist + 4 * 2; /* skip the ending 2 zeros - 8 bytes */
@@ -1042,69 +1182,159 @@ nvlist_array(char *nvlist, int index)
return (nvlist);
}
+/*
+ * The nvlist_next_nvpair() function returns a handle to the next nvpair in the
+ * list following nvpair. If nvpair is NULL, the firs...
2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
...num_updates="1" />
Aug 18 13:12:31 nodo1 cib: [8475]: info: cib_process_request: Operation
complete: op cib_modify for section cib (origin=local/crmd/281): ok (rc=0)
Aug 18 13:12:31 nodo1 cib: [8475]: info: cib_process_xpath: Processing
cib_query op for
//cib/configuration/crm_config//nvpair[@name='expected-quorum-votes']
(/cib/configuration/crm_config/cluster_property_set/nvpair[2])
Aug 18 13:12:31 nodo1 crmd: [8479]: info: abort_transition_graph:
need_abort:59 - Triggered transition abort (complete=1) : Non-status change
Aug 18 13:12:31 nodo1 crmd: [8479]: info: need_abort: A...
2011 Sep 12
1
glusterfs, pacemaker and Filesystem RA
...months and for that I could
continue my tests last week.
First of all thank you for your patch of the Filesystem RA. It works like a
charm but I have some little remarks.
What I found out is that the test of the filesystem access with
OCF_CHECK_LEVEL is not working with glusterfs.
If I use the nvpair OCF_CHECK_LEVEL with a value of 10 I get an err_message
with the content:
' 192.168.51.1:/gl_vol0 is not a block device, monitor 10 is noop'
If I use the nvpair OCF_CHECK_LEVEL with a value of 20 I get an err_message
with the content:
' ERROR: dd said: dd: opening
`/virtfs0/.Filesyst...
2011 Feb 24
0
No subject
These pairs could be pinged and/or tested before the Filesystem RA tries =
to
connect to them. In case that one of these nodes is not reachable or =
does
not respond to the connection attempt the RA could try a connection =
with
the next nvpair.
Background:
I would like to build a openais/pacemaker cluster consisting of three =
nodes.
On each node should run a gluster server providing a replicated =
glusterfs
share, a glusterfs client (Filesystem RA clone) connected to this share =
and
one or more KVM-VMs=20
Due to load reason the VMs...