search for: nodeid

Displaying 20 results from an estimated 127 matches for "nodeid".

2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
...en=235508, this-event=235508, last-event=235504#012 Aug 18 13:12:31 nodo1 cluster-dlm: dlm_process_node: Skipped inactive node 1812048064 'nodo3': born-on=235504, last-seen=235504, this-event=235508, last-event=235504#012 Aug 18 13:12:31 nodo1 cluster-dlm: add_change: add_change cg 3 remove nodeid 1812048064 reason 3#012 Aug 18 13:12:31 nodo1 cluster-dlm: add_change: add_change cg 3 counts member 1 joined 0 remove 1 failed 1#012 Aug 18 13:12:31 nodo1 cluster-dlm: stop_kernel: stop_kernel cg 3#012 Aug 18 13:12:31 nodo1 cluster-dlm: do_sysfs: write "0" to "/sys/kernel/dlm/0BB443...
2007 Dec 29
1
[LLVMdev] svn broken on cygwin
Function.cpp:167: error: call of overloaded `AddInteger(uint32_t&)' is ambiguous /home/Seb/llvm/include/llvm/ADT/FoldingSet.h:151: note: candidates are: void llv m::FoldingSetImpl::NodeID::AddInteger(int) /home/Seb/llvm/include/llvm/ADT/FoldingSet.h:152: note: void llvm::FoldingSetIm pl::NodeID::AddInteger(unsigned int) /home/Seb/llvm/include/llvm/ADT/FoldingSet.h:153: note: void llvm::FoldingSetIm pl::NodeID::AddInteger(int64_t) /home/Seb/llvm/include/llvm/ADT/FoldingSet.h:154: n...
2017 Sep 10
4
Corosync on a home network
...votequorum Nodes: 1 Node ID: 3 Ring ID: 3/28648 Quorate: No Votequorum information ---------------------- Expected votes: 4 Highest expected: 4 Total votes: 1 Quorum: 3 Activity blocked Flags: Membership information ---------------------- Nodeid Votes Name 3 1 192.168.1.52 (local) ----------------%<------------------- All four nodes are similar, but with different node IDs, IP addresses and Ring IDs. The documentation warns that not all routers will handle multicast datagrams correctly. I therefore attempted to...
2007 Aug 06
2
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...supposed to work with this version of GCC (probably using the -mno-cygwin option to get a Mingw-like behavior)? The LLVM source tree is from the current SVN trunk. Compilation fails at SelectionDAG.cpp: llvm[3]: Compiling SelectionDAG.cpp for Debug build SelectionDAG.cpp: In function `void AddNodeIDNode(llvm::FoldingSetNodeID&, llvm::SDNode*)': SelectionDAG.cpp:344: error: call of overloaded `AddInteger(llvm::MVT::ValueType)' is ambiguous /home/afrisch/llvm/llvm/include/llvm/ADT/FoldingSet.h:150: note: candidates are: void llvm::FoldingSetImpl::NodeID::AddInteger(int) /home/afris...
2014 Oct 08
2
is memoryBacking support 'share' and 'mem-path' parameter
...9; mode='client'/> <model type='virtio'/> </interface> when i create the VM the qemu command is like this without 'share=on' parameter: -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1024M,id=ram-node0 -numa node,nodeid=0,cpus=0,memdev=ram-node0 -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1024M,id=ram-node1 -numa node,nodeid=1,cpus=1,memdev=ram-node1
2019 Sep 05
0
[PATCH 13/18] virtiofs: Do not access virtqueue in request submission path
...ndex 40259368a6bd..01bbf2c0e144 100644 --- a/fs/fuse/virtio_fs.c +++ b/fs/fuse/virtio_fs.c @@ -888,10 +888,10 @@ __releases(fiq->waitq.lock) fs = fiq->priv; fc = fs->vqs[queue_id].fud->fc; - dev_dbg(&fs->vqs[queue_id].vq->vdev->dev, - "%s: opcode %u unique %#llx nodeid %#llx in.len %u out.len %u\n", - __func__, req->in.h.opcode, req->in.h.unique, req->in.h.nodeid, - req->in.h.len, fuse_len_args(req->out.numargs, req->out.args)); + pr_debug("%s: opcode %u unique %#llx nodeid %#llx in.len %u out.len %u" + "\n", __func_...
2010 Mar 24
3
mounting gfs partition hangs
..."10" program="/bin/ping -t1 -c1 147.83.41.1" score="1"/> </quorumd> <fence_daemon post_fail_delay="0" post_join_delay="3"/> <clusternodes> <clusternode name="node1.fib.upc.es" nodeid="1" votes="1"> <fence> <method name="1"> <device name="gfs-test" nodename="node1.fib.upc.es"/> </...
2005 Aug 30
10
[RFC] Switching store to use domain id''s for keys
...The reasoning seems obvious to me, there''s no easy way to get the UUID for a domain so constructing a UUID based path outside of Xend is very difficult. Perhaps now is a good time to reconsider just using domain ids instead of UUIDs for the paths? In a cluster we could just use <nodeid>/domain/<domid> for unique identification. Or, if we really want to use UUIDs in the node path, perhaps we can add UUIDs to the domain structure in the hypervisor so that we can actually query it through getdomaininfo? Regards, Anthony Liguori ________________________________________...
2007 Mar 16
1
Implementing trees in R
...positions in the list. For example, I think the following would work: parent <- list(); child <- list(); nodes <- list(parent, child); parent$child1 <- 2; child$parent <- 1; Then the "first child" test can be rewritten as "if (nodes[[nodes[[nodeId]]$parent]]$child1 == nodeId)". However, I would prefer not to implement trees in this way, as it requires the inconvenient and error-prone manipulations of node IDs. May I know if there is a way to make object references to lists? Or are there other ways to implement tree data structur...
2009 Aug 03
0
[LLVMdev] RFC: SDNode Flags
...arget specific flag that can be toggled by some sort of post-isel action routine. One way to handle this might be to expand the use of SubclassData. There are 15 bits to play with and only the bottom 6-7 are in use (if I am reading it right). We can also reduce the width of following field NodeId (do we need 32-bit for it?) and widen SubclassData. Also, NumOperands and NumValues can be changed to take up fewer bits. I don't think we need 16-bits for each. So NodeType, OperandsNeedDelete, SubclassData, NodeId, NumOperands, and NumValues together are using 96 bits (assuming int is 3...
2011 Apr 25
0
Need Help with Fence_xvm
...="1.0"?> <cluster alias="hostcluster" config_version="20" name="hostcluster"> <fence_daemon clean_start="0" post_fail_delay="10" post_join_delay="600"/> <clusternodes> <clusternode name="----" nodeid="1" votes="1"> <fence> <method name="1"> <device name="iSCSI" node="mxen1"/> </method> <method name="2"> <device name="mxen1"/> </method> </fence> </clusternode>...
2009 Feb 13
5
GFS + Restarting iptables
...: set_id setan 20004 1234541737 groupd cb: start setan type 2 count 4 members 3 2 1 4 1234541737 setan start 3 init 1 type 2 member_count 4 1234541737 setan add member 3 1234541737 setan add member 2 1234541737 setan add member 1 1234541737 setan add member 4 1234541737 setan total members 4 master_nodeid -1 prev -1 1234541737 setan start_participant_init 1234541737 setan send_options len 1296 "rw" 1234541737 setan start_done 3 1234541737 setan receive_options from 3 len 1296 last_cb 2 1234541737 setan receive_journals from 1 to 3 len 320 count 4 cb 2 1234541737 receive nodeid 1 jid 1 opts...
2014 Oct 09
1
Re: is memoryBacking support 'share' and 'mem-path' parameter
...del type='virtio'/> >> </interface> >> >> >> when i create the VM the qemu command is like this without 'share=on' parameter: >> -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1024M,id=ram-node0 -numa node,nodeid=0,cpus=0,memdev=ram-node0 >> -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1024M,id=ram-node1 -numa node,nodeid=1,cpus=1,memdev=ram-node1 >> >> _______________________________________________ >> libvirt-users mailing list >> libvirt...
2023 Aug 29
2
[PATCH] virtio_balloon: Fix endless deflation and inflation on arm64
...=host -cpu host \ -smp maxcpus=8,cpus=8,sockets=2,clusters=2,cores=2,threads=1 \ -m 1024M,slots=16,maxmem=64G \ -object memory-backend-ram,id=mem0,size=512M \ -object memory-backend-ram,id=mem1,size=512M \ -numa node,nodeid=0,memdev=mem0,cpus=0-3 \ -numa node,nodeid=1,memdev=mem1,cpus=4-7 \ : \ -device virtio-balloon-pci,id=balloon0,bus=pcie.10 { "execute" : "balloon", "arguments":...
2009 Aug 03
1
[LLVMdev] RFC: SDNode Flags
...ed by some sort of post-isel action routine. That's a good idea. > One way to handle this might be to expand the use of SubclassData. > There are 15 bits to play with and only the bottom 6-7 are in use (if > I am reading it right). We can also reduce the width of following > field NodeId (do we need 32-bit for it?) and widen SubclassData. Yep. See my response to Dan. I don't know how many target-specific flags you need, but we should be able to carve out four more bits from SubclassData without changing anything else. > Also, NumOperands and NumValues can be changed to t...
2007 Aug 06
0
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...CC (probably using the > -mno-cygwin option to get a Mingw-like behavior)? > > The LLVM source tree is from the current SVN trunk. > > Compilation fails at SelectionDAG.cpp: > > llvm[3]: Compiling SelectionDAG.cpp for Debug build > SelectionDAG.cpp: In function `void > AddNodeIDNode(llvm::FoldingSetNodeID&, llvm::SDNode*)': > SelectionDAG.cpp:344: error: call of overloaded > `AddInteger(llvm::MVT::ValueType)' is ambiguous > /home/afrisch/llvm/llvm/include/llvm/ADT/FoldingSet.h:150: note: > candidates are: void llvm::FoldingSetImpl::NodeID::AddIntege...
2009 Aug 03
1
CTDB+GFS2+CMAN. clean_start="0" or clean_start="1"?
...ence_daemon clean_start="0" post_fail_delay="0" post_join_delay="3"/> <cman expected_votes="1" two_node="1"/> <cman cluster_id="101"/> <clusternodes> <clusternode name="smb01" votes="1" nodeid="1"> <fence> <!-- Handle fencing manually --> <method name="human"> <device name="human" nodename="smb01"/> </method> </fence> </clusternode> <clusternode na...
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...///////////////////////////////////////////////////////////////////////////////////////// My function prototype definition: auto vectorDataType = VectorType::get(IntegerType::getIntNTy(TheContext, 64), 4); std::vector<Type *> vecArguments; for (Uint64 nodeId = startOfLeaves; nodeId < numNodes; ++nodeId) { vecArguments.push_back(vectorDataType); } proto = FunctionType::get(vectorDataType,//int64*4 = __m256i vecArguments, false); ////////////...
2014 Oct 29
2
CentOS 6.5 RHCS fence loops
...low the cluster.conf, I re-create "fresh" cluster, but the fence loop is still exist. <?xml version="1.0"?> <cluster config_version="7" name="web-cluster"> <clusternodes> <clusternode name="web2.cluster" nodeid="1"> <fence> <method name="fence-web2"> <device name="fence-rhevm" port="web2.cluster"/> </method>...
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
...=host -cpu host \ -smp maxcpus=8,cpus=8,sockets=2,clusters=2,cores=2,threads=1 \ -m 1024M,slots=16,maxmem=64G \ -object memory-backend-ram,id=mem0,size=512M \ -object memory-backend-ram,id=mem1,size=512M \ -numa node,nodeid=0,memdev=mem0,cpus=0-3 \ -numa node,nodeid=1,memdev=mem1,cpus=4-7 \ : \ -device virtio-balloon-pci,id=balloon0,bus=pcie.10 { "execute" : "balloon", "arguments":...