Page MenuHomeClusterLabs Projects

No OneTemporary

This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/pengine/regression.sh b/pengine/regression.sh
index 65d508f008..55b5c5cc2c 100755
--- a/pengine/regression.sh
+++ b/pengine/regression.sh
@@ -1,656 +1,657 @@
#!/bin/bash
# Copyright (C) 2004 Andrew Beekhof <andrew@beekhof.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
core=`dirname $0`
. $core/regression.core.sh
create_mode="true"
info Generating test outputs for these tests...
# do_test file description
info Done.
echo ""
info Performing the following tests from $io_dir
create_mode="false"
echo ""
do_test simple1 "Offline "
do_test simple2 "Start "
do_test simple3 "Start 2 "
do_test simple4 "Start Failed"
do_test simple6 "Stop Start "
do_test simple7 "Shutdown "
#do_test simple8 "Stonith "
#do_test simple9 "Lower version"
#do_test simple10 "Higher version"
do_test simple11 "Priority (ne)"
do_test simple12 "Priority (eq)"
do_test simple8 "Stickiness"
echo ""
do_test group1 "Group "
do_test group2 "Group + Native "
do_test group3 "Group + Group "
do_test group4 "Group + Native (nothing)"
do_test group5 "Group + Native (move) "
do_test group6 "Group + Group (move) "
do_test group7 "Group colocation"
do_test group13 "Group colocation (cant run)"
do_test group8 "Group anti-colocation"
do_test group9 "Group recovery"
do_test group10 "Group partial recovery"
do_test group11 "Group target_role"
do_test group14 "Group stop (graph terminated)"
do_test group15 "-ve group colocation"
do_test bug-1573 "Partial stop of a group with two children"
do_test bug-1718 "Mandatory group ordering - Stop group_FUN"
do_test bug-lf-2613 "Move group on failure"
do_test bug-lf-2619 "Move group on clone failure"
echo ""
do_test rsc_dep1 "Must not "
do_test rsc_dep3 "Must "
do_test rsc_dep5 "Must not 3 "
do_test rsc_dep7 "Must 3 "
do_test rsc_dep10 "Must (but cant)"
do_test rsc_dep2 "Must (running) "
do_test rsc_dep8 "Must (running : alt) "
do_test rsc_dep4 "Must (running + move)"
do_test asymmetric "Asymmetric - require explicit location constraints"
echo ""
do_test orphan-0 "Orphan ignore"
do_test orphan-1 "Orphan stop"
do_test orphan-2 "Orphan stop, remove failcount"
echo ""
do_test params-0 "Params: No change"
do_test params-1 "Params: Changed"
do_test params-2 "Params: Resource definition"
do_test params-4 "Params: Reload"
do_test params-5 "Params: Restart based on probe digest"
do_test novell-251689 "Resource definition change + target_role=stopped"
do_test bug-lf-2106 "Restart all anonymous clone instances after config change"
do_test params-6 "Params: Detect reload in previously migrated resource"
echo ""
do_test target-0 "Target Role : baseline"
do_test target-1 "Target Role : master"
do_test target-2 "Target Role : invalid"
echo ""
do_test domain "Failover domains"
do_test base-score "Set a node's default score for all nodes"
echo ""
do_test date-1 "Dates" -t "2005-020"
do_test date-2 "Date Spec - Pass" -t "2005-020T12:30"
do_test date-3 "Date Spec - Fail" -t "2005-020T11:30"
do_test probe-0 "Probe (anon clone)"
do_test probe-1 "Pending Probe"
do_test probe-2 "Correctly re-probe cloned groups"
do_test probe-3 "Probe (pending node)"
do_test probe-4 "Probe (pending node + stopped resource)" --rc 4
do_test standby "Standby"
do_test comments "Comments"
echo ""
do_test one-or-more-0 "Everything starts"
do_test one-or-more-1 "Nothing starts because of A"
do_test one-or-more-2 "D can start because of C"
do_test one-or-more-3 "D cannot start because of B and C"
do_test one-or-more-4 "D cannot start because of target-role"
do_test one-or-more-5 "Start A and F even though C and D are stopped"
do_test one-or-more-6 "Leave A running even though B is stopped"
do_test one-or-more-7 "Leave A running even though C is stopped"
echo ""
do_test order1 "Order start 1 "
do_test order2 "Order start 2 "
do_test order3 "Order stop "
do_test order4 "Order (multiple) "
do_test order5 "Order (move) "
do_test order6 "Order (move w/ restart) "
do_test order7 "Order (manditory) "
do_test order-optional "Order (score=0) "
do_test order-required "Order (score=INFINITY) "
do_test bug-lf-2171 "Prevent group start when clone is stopped"
do_test order-clone "Clone ordering should be able to prevent startup of dependant clones"
do_test order-sets "Ordering for resource sets"
do_test order-serialize "Serialize resources without inhibiting migration"
do_test order-serialize-set "Serialize a set of resources without inhibiting migration"
do_test clone-order-primitive "Order clone start after a primitive"
do_test order-optional-keyword "Order (optional keyword)"
do_test order-mandatory "Order (mandatory keyword)"
do_test bug-lf-2493 "Don't imply colocation requirements when applying ordering constraints with clones"
do_test ordered-set-basic-startup "Constraint set with default order settings."
do_test order-wrong-kind "Order (error)"
echo ""
do_test coloc-loop "Colocation - loop"
do_test coloc-many-one "Colocation - many-to-one"
do_test coloc-list "Colocation - many-to-one with list"
do_test coloc-group "Colocation - groups"
do_test coloc-slave-anti "Anti-colocation with slave shouldn't prevent master colocation"
do_test coloc-attr "Colocation based on node attributes"
do_test coloc-negative-group "Negative colocation with a group"
do_test coloc-intra-set "Intra-set colocation"
do_test bug-lf-2435 "Colocation sets with a negative score"
do_test coloc-clone-stays-active "Ensure clones don't get stopped/demoted because a dependant must stop"
do_test coloc_fp_logic "Verify floating point calculations in colocation are working"
do_test colo_master_w_native "cl#5070 - Verify promotion order is affected when colocating master to native rsc."
do_test colo_slave_w_native "cl#5070 - Verify promotion order is affected when colocating slave to native rsc."
echo ""
do_test rsc-sets-seq-true "Resource Sets - sequential=false"
do_test rsc-sets-seq-false "Resource Sets - sequential=true"
do_test rsc-sets-clone "Resource Sets - Clone"
do_test rsc-sets-master "Resource Sets - Master"
do_test rsc-sets-clone-1 "Resource Sets - Clone (lf#2404)"
#echo ""
#do_test agent1 "version: lt (empty)"
#do_test agent2 "version: eq "
#do_test agent3 "version: gt "
echo ""
do_test attrs1 "string: eq (and) "
do_test attrs2 "string: lt / gt (and)"
do_test attrs3 "string: ne (or) "
do_test attrs4 "string: exists "
do_test attrs5 "string: not_exists "
do_test attrs6 "is_dc: true "
do_test attrs7 "is_dc: false "
do_test attrs8 "score_attribute "
echo ""
do_test mon-rsc-1 "Schedule Monitor - start"
do_test mon-rsc-2 "Schedule Monitor - move "
do_test mon-rsc-3 "Schedule Monitor - pending start "
do_test mon-rsc-4 "Schedule Monitor - move/pending start"
echo ""
do_test rec-rsc-0 "Resource Recover - no start "
do_test rec-rsc-1 "Resource Recover - start "
do_test rec-rsc-2 "Resource Recover - monitor "
do_test rec-rsc-3 "Resource Recover - stop - ignore"
do_test rec-rsc-4 "Resource Recover - stop - block "
do_test rec-rsc-5 "Resource Recover - stop - fence "
do_test rec-rsc-6 "Resource Recover - multiple - restart"
do_test rec-rsc-7 "Resource Recover - multiple - stop "
do_test rec-rsc-8 "Resource Recover - multiple - block "
do_test rec-rsc-9 "Resource Recover - group/group"
echo ""
do_test quorum-1 "No quorum - ignore"
do_test quorum-2 "No quorum - freeze"
do_test quorum-3 "No quorum - stop "
do_test quorum-4 "No quorum - start anyway"
do_test quorum-5 "No quorum - start anyway (group)"
do_test quorum-6 "No quorum - start anyway (clone)"
echo ""
do_test rec-node-1 "Node Recover - Startup - no fence"
do_test rec-node-2 "Node Recover - Startup - fence "
do_test rec-node-3 "Node Recover - HA down - no fence"
do_test rec-node-4 "Node Recover - HA down - fence "
do_test rec-node-5 "Node Recover - CRM down - no fence"
do_test rec-node-6 "Node Recover - CRM down - fence "
do_test rec-node-7 "Node Recover - no quorum - ignore "
do_test rec-node-8 "Node Recover - no quorum - freeze "
do_test rec-node-9 "Node Recover - no quorum - stop "
do_test rec-node-10 "Node Recover - no quorum - stop w/fence"
do_test rec-node-11 "Node Recover - CRM down w/ group - fence "
do_test rec-node-12 "Node Recover - nothing active - fence "
do_test rec-node-13 "Node Recover - failed resource + shutdown - fence "
do_test rec-node-15 "Node Recover - unknown lrm section"
do_test rec-node-14 "Serialize all stonith's"
echo ""
do_test multi1 "Multiple Active (stop/start)"
echo ""
do_test migrate-begin "Normal migration"
do_test migrate-success "Completed migration"
do_test migrate-partial-1 "Completed migration, missing stop on source"
do_test migrate-partial-2 "Successful migrate_to only"
do_test migrate-partial-3 "Successful migrate_to only, target down"
do_test migrate-partial-4 "Migrate from the correct host after migrate_to+migrate_from"
do_test migrate-fail-2 "Failed migrate_from"
do_test migrate-fail-3 "Failed migrate_from + stop on source"
do_test migrate-fail-4 "Failed migrate_from + stop on target - ideally we wouldn't need to re-stop on target"
do_test migrate-fail-5 "Failed migrate_from + stop on source and target"
do_test migrate-fail-6 "Failed migrate_to"
do_test migrate-fail-7 "Failed migrate_to + stop on source"
do_test migrate-fail-8 "Failed migrate_to + stop on target - ideally we wouldn't need to re-stop on target"
do_test migrate-fail-9 "Failed migrate_to + stop on source and target"
do_test migrate-stop "Migration in a stopping stack"
do_test migrate-start "Migration in a starting stack"
do_test migrate-stop_start "Migration in a restarting stack"
do_test migrate-stop-complex "Migration in a complex stopping stack"
do_test migrate-start-complex "Migration in a complex starting stack"
do_test migrate-stop-start-complex "Migration in a complex moving stack"
do_test migrate-shutdown "Order the post-migration 'stop' before node shutdown"
do_test migrate-1 "Migrate (migrate)"
do_test migrate-2 "Migrate (stable)"
do_test migrate-3 "Migrate (failed migrate_to)"
do_test migrate-4 "Migrate (failed migrate_from)"
do_test novell-252693 "Migration in a stopping stack"
do_test novell-252693-2 "Migration in a starting stack"
do_test novell-252693-3 "Non-Migration in a starting and stopping stack"
do_test bug-1820 "Migration in a group"
do_test bug-1820-1 "Non-migration in a group"
do_test migrate-5 "Primitive migration with a clone"
do_test migrate-fencing "Migration after Fencing"
#echo ""
#do_test complex1 "Complex "
do_test bug-lf-2422 "Dependancy on partially active group - stop ocfs:*"
echo ""
do_test clone-anon-probe-1 "Probe the correct (anonymous) clone instance for each node"
do_test clone-anon-probe-2 "Avoid needless re-probing of anonymous clones"
do_test clone-anon-failcount "Merge failcounts for anonymous clones"
do_test inc0 "Incarnation start"
do_test inc1 "Incarnation start order"
do_test inc2 "Incarnation silent restart, stop, move"
do_test inc3 "Inter-incarnation ordering, silent restart, stop, move"
do_test inc4 "Inter-incarnation ordering, silent restart, stop, move (ordered)"
do_test inc5 "Inter-incarnation ordering, silent restart, stop, move (restart 1)"
do_test inc6 "Inter-incarnation ordering, silent restart, stop, move (restart 2)"
do_test inc7 "Clone colocation"
do_test inc8 "Clone anti-colocation"
do_test inc9 "Non-unique clone"
do_test inc10 "Non-unique clone (stop)"
do_test inc11 "Primitive colocation with clones"
do_test inc12 "Clone shutdown"
do_test cloned-group "Make sure only the correct number of cloned groups are started"
do_test clone-no-shuffle "Dont prioritize allocation of instances that must be moved"
do_test clone-max-zero "Orphan processing with clone-max=0"
do_test clone-anon-dup "Bug LF#2087 - Correctly parse the state of anonymous clones that are active more than once per node"
do_test bug-lf-2160 "Dont shuffle clones due to colocation"
do_test bug-lf-2213 "clone-node-max enforcement for cloned groups"
do_test bug-lf-2153 "Clone ordering constraints"
do_test bug-lf-2361 "Ensure clones observe mandatory ordering constraints if the LHS is unrunnable"
do_test bug-lf-2317 "Avoid needless restart of primitive depending on a clone"
do_test clone-colocate-instance-1 "Colocation with a specific clone instance (negative example)"
do_test clone-colocate-instance-2 "Colocation with a specific clone instance"
do_test clone-order-instance "Ordering with specific clone instances"
do_test bug-lf-2453 "Enforce mandatory clone ordering without colocation"
do_test bug-lf-2508 "Correctly reconstruct the status of anonymous cloned groups"
do_test bug-lf-2544 "Balanced clone placement"
do_test bug-lf-2445 "Redistribute clones with node-max > 1 and stickiness = 0"
do_test bug-lf-2574 "Avoid clone shuffle"
do_test bug-lf-2581 "Avoid group restart due to unrelated clone (re)start"
echo ""
do_test master-0 "Stopped -> Slave"
do_test master-1 "Stopped -> Promote"
do_test master-2 "Stopped -> Promote : notify"
do_test master-3 "Stopped -> Promote : master location"
do_test master-4 "Started -> Promote : master location"
do_test master-5 "Promoted -> Promoted"
do_test master-6 "Promoted -> Promoted (2)"
do_test master-7 "Promoted -> Fenced"
do_test master-8 "Promoted -> Fenced -> Moved"
do_test master-9 "Stopped + Promotable + No quorum"
do_test master-10 "Stopped -> Promotable : notify with monitor"
do_test master-11 "Stopped -> Promote : colocation"
do_test novell-239082 "Demote/Promote ordering"
do_test novell-239087 "Stable master placement"
do_test master-12 "Promotion based solely on rsc_location constraints"
do_test master-13 "Include preferences of colocated resources when placing master"
do_test master-demote "Ordering when actions depends on demoting a slave resource"
do_test master-ordering "Prevent resources from starting that need a master"
do_test bug-1765 "Master-Master Colocation (dont stop the slaves)"
do_test master-group "Promotion of cloned groups"
do_test bug-lf-1852 "Don't shuffle master/slave instances unnecessarily"
do_test master-failed-demote "Dont retry failed demote actions"
do_test master-failed-demote-2 "Dont retry failed demote actions (notify=false)"
do_test master-depend "Ensure resources that depend on the master don't get allocated until the master does"
do_test master-reattach "Re-attach to a running master"
do_test master-allow-start "Don't include master score if it would prevent allocation"
do_test master-colocation "Allow master instances placemaker to be influenced by colocation constraints"
do_test master-pseudo "Make sure promote/demote pseudo actions are created correctly"
do_test master-role "Prevent target-role from promoting more than master-max instances"
do_test bug-lf-2358 "Master-Master anti-colocation"
do_test master-promotion-constraint "Mandatory master colocation constraints"
do_test unmanaged-master "Ensure role is preserved for unmanaged resources"
do_test master-unmanaged-monitor "Start the correct monitor operation for unmanaged masters"
do_test master-demote-2 "Demote does not clear past failure"
do_test master-move "Move master based on failure of colocated group"
do_test master-probed-score "Observe the promotion score of probed resources"
do_test colocation_constraint_stops_master "cl#5054 - Ensure master is demoted when stopped by colocation constraint"
do_test colocation_constraint_stops_slave "cl#5054 - Ensure slave is not demoted when stopped by colocation constraint"
do_test order_constraint_stops_master "cl#5054 - Ensure master is demoted when stopped by order constraint"
do_test order_constraint_stops_slave "cl#5054 - Ensure slave is not demoted when stopped by order constraint"
do_test master_monitor_restart "cl#5072 - Ensure master monitor operation will start after promotion."
echo ""
do_test history-1 "Correctly parse stateful-1 resource state"
echo ""
do_test managed-0 "Managed (reference)"
do_test managed-1 "Not managed - down "
do_test managed-2 "Not managed - up "
do_test bug-5028 "Shutdown should block if anything depends on an unmanaged resource"
do_test bug-5028-detach "Ensure detach still works"
do_test bug-5028-bottom "Ensure shutdown still blocks if the blocked resource is at the bottom of the stack"
echo ""
do_test interleave-0 "Interleave (reference)"
do_test interleave-1 "coloc - not interleaved"
do_test interleave-2 "coloc - interleaved "
do_test interleave-3 "coloc - interleaved (2)"
do_test interleave-pseudo-stop "Interleaved clone during stonith"
do_test interleave-stop "Interleaved clone during stop"
do_test interleave-restart "Interleaved clone during dependancy restart"
echo ""
do_test notify-0 "Notify reference"
do_test notify-1 "Notify simple"
do_test notify-2 "Notify simple, confirm"
do_test notify-3 "Notify move, confirm"
do_test novell-239079 "Notification priority"
#do_test notify-2 "Notify - 764"
echo ""
do_test 594 "OSDL #594 - Unrunnable actions scheduled in transition"
do_test 662 "OSDL #662 - Two resources start on one node when incarnation_node_max = 1"
do_test 696 "OSDL #696 - CRM starts stonith RA without monitor"
do_test 726 "OSDL #726 - Attempting to schedule rsc_posic041_monitor_5000 _after_ a stop"
do_test 735 "OSDL #735 - Correctly detect that rsc_hadev1 is stopped on hadev3"
do_test 764 "OSDL #764 - Missing monitor op for DoFencing:child_DoFencing:1"
do_test 797 "OSDL #797 - Assert triggered: task_id_i > max_call_id"
do_test 829 "OSDL #829"
do_test 994 "OSDL #994 - Stopping the last resource in a resource group causes the entire group to be restarted"
do_test 994-2 "OSDL #994 - with a dependant resource"
do_test 1360 "OSDL #1360 - Clone stickiness"
do_test 1484 "OSDL #1484 - on_fail=stop"
do_test 1494 "OSDL #1494 - Clone stability"
do_test unrunnable-1 "Unrunnable"
do_test stonith-0 "Stonith loop - 1"
do_test stonith-1 "Stonith loop - 2"
do_test stonith-2 "Stonith loop - 3"
do_test stonith-3 "Stonith startup"
do_test stonith-4 "Stonith node state"
do_test bug-1572-1 "Recovery of groups depending on master/slave"
do_test bug-1572-2 "Recovery of groups depending on master/slave when the master is never re-promoted"
do_test bug-1685 "Depends-on-master ordering"
do_test bug-1822 "Dont promote partially active groups"
do_test bug-pm-11 "New resource added to a m/s group"
do_test bug-pm-12 "Recover only the failed portion of a cloned group"
do_test bug-n-387749 "Don't shuffle clone instances"
do_test bug-n-385265 "Don't ignore the failure stickiness of group children - resource_idvscommon should stay stopped"
do_test bug-n-385265-2 "Ensure groups are migrated instead of remaining partially active on the current node"
do_test bug-lf-1920 "Correctly handle probes that find active resources"
do_test bnc-515172 "Location constraint with multiple expressions"
do_test colocate-primitive-with-clone "Optional colocation with a clone"
do_test use-after-free-merge "Use-after-free in native_merge_weights"
do_test bug-lf-2551 "STONITH ordering for stop"
do_test bug-lf-2606 "Stonith implies demote"
do_test bug-lf-2474 "Ensure resource op timeout takes precedence over op_defaults"
do_test bug-suse-707150 "Prevent vm-01 from starting due to colocation/ordering"
do_test bug-5014-A-start-B-start "Verify when A starts B starts using symmetrical=false"
do_test bug-5014-A-stop-B-started "Verify when A stops B does not stop if it has already started using symmetric=false"
do_test bug-5014-A-stopped-B-stopped "Verify when A is stopped and B has not started, B does not start before A using symmetric=false"
do_test bug-5014-CthenAthenB-C-stopped "Verify when C then A is symmetrical=true, A then B is symmetric=false, and C is stopped that nothing starts."
do_test bug-5014-CLONE-A-start-B-start "Verify when A starts B starts using clone resources with symmetric=false"
do_test bug-5014-CLONE-A-stop-B-started "Verify when A stops B does not stop if it has already started using clone resources with symmetric=false."
do_test bug-5014-GROUP-A-start-B-start "Verify when A starts B starts when using group resources with symmetric=false."
do_test bug-5014-GROUP-A-stopped-B-started "Verify when A stops B does not stop if it has already started using group resources with symmetric=false."
do_test bug-5014-GROUP-A-stopped-B-stopped "Verify when A is stopped and B has not started, B does not start before A using group resources with symmetric=false."
do_test bug-5014-ordered-set-symmetrical-false "Verify ordered sets work with symmetrical=false"
do_test bug-5014-ordered-set-symmetrical-true "Verify ordered sets work with symmetrical=true"
do_test bug-5007-masterslave_colocation "Verify use of colocation scores other than INFINITY and -INFINITY work on multi-state resources."
do_test bug-5038 "Prevent restart of anonymous clones when clone-max decreases"
do_test bug-5025-1 "Automatically clean up failcount after resource config change with reload"
do_test bug-5025-2 "Make sure clear failcount action isn't set when config does not change."
do_test bug-5025-3 "Automatically clean up failcount after resource config change with restart"
do_test failcount "Ensure failcounts are correctly expired"
do_test monitor-onfail-restart "bug-5058 - Monitor failure with on-fail set to restart"
do_test monitor-onfail-stop "bug-5058 - Monitor failure wiht on-fail set to stop"
do_test bug-5059 "No need to restart p_stateful1:*"
do_test bug-5069-op-enabled "Test on-fail=ignore with failure when monitor is enabled."
do_test bug-5069-op-disabled "Test on-fail-ignore with failure when monitor is disabled."
do_test ignore_stonith_rsc_order1 "cl#5056- Ignore order constraint between stonith and non-stonith rsc."
do_test ignore_stonith_rsc_order2 "cl#5056- Ignore order constraint with group rsc containing mixed stonith and non-stonith."
do_test ignore_stonith_rsc_order3 "cl#5056- Ignore order constraint, stonith clone and mixed group"
do_test ignore_stonith_rsc_order4 "cl#5056- Ignore order constraint, stonith clone and clone with nested mixed group"
do_test honor_stonith_rsc_order1 "cl#5056- Honor order constraint, stonith clone and pure stonith group(single rsc)."
do_test honor_stonith_rsc_order2 "cl#5056- Honor order constraint, stonith clone and pure stonith group(multiple rsc)"
do_test honor_stonith_rsc_order3 "cl#5056- Honor order constraint, stonith clones with nested pure stonith group."
do_test honor_stonith_rsc_order4 "cl#5056- Honor order constraint, between two native stonith rscs."
echo ""
do_test systemhealth1 "System Health () #1"
do_test systemhealth2 "System Health () #2"
do_test systemhealth3 "System Health () #3"
do_test systemhealthn1 "System Health (None) #1"
do_test systemhealthn2 "System Health (None) #2"
do_test systemhealthn3 "System Health (None) #3"
do_test systemhealthm1 "System Health (Migrate On Red) #1"
do_test systemhealthm2 "System Health (Migrate On Red) #2"
do_test systemhealthm3 "System Health (Migrate On Red) #3"
do_test systemhealtho1 "System Health (Only Green) #1"
do_test systemhealtho2 "System Health (Only Green) #2"
do_test systemhealtho3 "System Health (Only Green) #3"
do_test systemhealthp1 "System Health (Progessive) #1"
do_test systemhealthp2 "System Health (Progessive) #2"
do_test systemhealthp3 "System Health (Progessive) #3"
echo ""
do_test utilization "Placement Strategy - utilization"
do_test minimal "Placement Strategy - minimal"
do_test balanced "Placement Strategy - balanced"
echo ""
do_test placement-stickiness "Optimized Placement Strategy - stickiness"
do_test placement-priority "Optimized Placement Strategy - priority"
do_test placement-location "Optimized Placement Strategy - location"
do_test placement-capacity "Optimized Placement Strategy - capacity"
echo ""
do_test utilization-order1 "Utilization Order - Simple"
do_test utilization-order2 "Utilization Order - Complex"
do_test utilization-order3 "Utilization Order - Migrate"
do_test utilization-order4 "Utilization Order - Live Mirgration (bnc#695440)"
do_test utilization-shuffle "Don't displace prmExPostgreSQLDB2 on act2, Start prmExPostgreSQLDB1 on act3"
+do_test load-stopped-loop "Avoid transition loop due to load_stopped (cl#5044)"
echo ""
do_test reprobe-target_rc "Ensure correct target_rc for reprobe of inactive resources"
echo ""
do_test stopped-monitor-00 "Stopped Monitor - initial start"
do_test stopped-monitor-01 "Stopped Monitor - failed started"
do_test stopped-monitor-02 "Stopped Monitor - started multi-up"
do_test stopped-monitor-03 "Stopped Monitor - stop started"
do_test stopped-monitor-04 "Stopped Monitor - failed stop"
do_test stopped-monitor-05 "Stopped Monitor - start unmanaged"
do_test stopped-monitor-06 "Stopped Monitor - unmanaged multi-up"
do_test stopped-monitor-07 "Stopped Monitor - start unmanaged multi-up"
do_test stopped-monitor-08 "Stopped Monitor - migrate"
do_test stopped-monitor-09 "Stopped Monitor - unmanage started"
do_test stopped-monitor-10 "Stopped Monitor - unmanaged started multi-up"
do_test stopped-monitor-11 "Stopped Monitor - stop unmanaged started"
do_test stopped-monitor-12 "Stopped Monitor - unmanaged started multi-up (targer-role="Stopped")"
do_test stopped-monitor-20 "Stopped Monitor - initial stop"
do_test stopped-monitor-21 "Stopped Monitor - stopped single-up"
do_test stopped-monitor-22 "Stopped Monitor - stopped multi-up"
do_test stopped-monitor-23 "Stopped Monitor - start stopped"
do_test stopped-monitor-24 "Stopped Monitor - unmanage stopped"
do_test stopped-monitor-25 "Stopped Monitor - unmanaged stopped multi-up"
do_test stopped-monitor-26 "Stopped Monitor - start unmanaged stopped"
do_test stopped-monitor-27 "Stopped Monitor - unmanaged stopped multi-up (target-role="Started")"
do_test stopped-monitor-30 "Stopped Monitor - new node started"
do_test stopped-monitor-31 "Stopped Monitor - new node stopped"
echo""
do_test ticket-primitive-1 "Ticket - Primitive (loss-policy=stop, initial)"
do_test ticket-primitive-2 "Ticket - Primitive (loss-policy=stop, granted)"
do_test ticket-primitive-3 "Ticket - Primitive (loss-policy-stop, revoked)"
do_test ticket-primitive-4 "Ticket - Primitive (loss-policy=demote, initial)"
do_test ticket-primitive-5 "Ticket - Primitive (loss-policy=demote, granted)"
do_test ticket-primitive-6 "Ticket - Primitive (loss-policy=demote, revoked)"
do_test ticket-primitive-7 "Ticket - Primitive (loss-policy=fence, initial)"
do_test ticket-primitive-8 "Ticket - Primitive (loss-policy=fence, granted)"
do_test ticket-primitive-9 "Ticket - Primitive (loss-policy=fence, revoked)"
do_test ticket-primitive-10 "Ticket - Primitive (loss-policy=freeze, initial)"
do_test ticket-primitive-11 "Ticket - Primitive (loss-policy=freeze, granted)"
do_test ticket-primitive-12 "Ticket - Primitive (loss-policy=freeze, revoked)"
do_test ticket-primitive-13 "Ticket - Primitive (loss-policy=stop, standby, granted)"
do_test ticket-primitive-14 "Ticket - Primitive (loss-policy=stop, granted, standby)"
do_test ticket-primitive-15 "Ticket - Primitive (loss-policy=stop, standby, revoked)"
do_test ticket-primitive-16 "Ticket - Primitive (loss-policy=demote, standby, granted)"
do_test ticket-primitive-17 "Ticket - Primitive (loss-policy=demote, granted, standby)"
do_test ticket-primitive-18 "Ticket - Primitive (loss-policy=demote, standby, revoked)"
do_test ticket-primitive-19 "Ticket - Primitive (loss-policy=fence, standby, granted)"
do_test ticket-primitive-20 "Ticket - Primitive (loss-policy=fence, granted, standby)"
do_test ticket-primitive-21 "Ticket - Primitive (loss-policy=fence, standby, revoked)"
do_test ticket-primitive-22 "Ticket - Primitive (loss-policy=freeze, standby, granted)"
do_test ticket-primitive-23 "Ticket - Primitive (loss-policy=freeze, granted, standby)"
do_test ticket-primitive-24 "Ticket - Primitive (loss-policy=freeze, standby, revoked)"
echo""
do_test ticket-group-1 "Ticket - Group (loss-policy=stop, initial)"
do_test ticket-group-2 "Ticket - Group (loss-policy=stop, granted)"
do_test ticket-group-3 "Ticket - Group (loss-policy-stop, revoked)"
do_test ticket-group-4 "Ticket - Group (loss-policy=demote, initial)"
do_test ticket-group-5 "Ticket - Group (loss-policy=demote, granted)"
do_test ticket-group-6 "Ticket - Group (loss-policy=demote, revoked)"
do_test ticket-group-7 "Ticket - Group (loss-policy=fence, initial)"
do_test ticket-group-8 "Ticket - Group (loss-policy=fence, granted)"
do_test ticket-group-9 "Ticket - Group (loss-policy=fence, revoked)"
do_test ticket-group-10 "Ticket - Group (loss-policy=freeze, initial)"
do_test ticket-group-11 "Ticket - Group (loss-policy=freeze, granted)"
do_test ticket-group-12 "Ticket - Group (loss-policy=freeze, revoked)"
do_test ticket-group-13 "Ticket - Group (loss-policy=stop, standby, granted)"
do_test ticket-group-14 "Ticket - Group (loss-policy=stop, granted, standby)"
do_test ticket-group-15 "Ticket - Group (loss-policy=stop, standby, revoked)"
do_test ticket-group-16 "Ticket - Group (loss-policy=demote, standby, granted)"
do_test ticket-group-17 "Ticket - Group (loss-policy=demote, granted, standby)"
do_test ticket-group-18 "Ticket - Group (loss-policy=demote, standby, revoked)"
do_test ticket-group-19 "Ticket - Group (loss-policy=fence, standby, granted)"
do_test ticket-group-20 "Ticket - Group (loss-policy=fence, granted, standby)"
do_test ticket-group-21 "Ticket - Group (loss-policy=fence, standby, revoked)"
do_test ticket-group-22 "Ticket - Group (loss-policy=freeze, standby, granted)"
do_test ticket-group-23 "Ticket - Group (loss-policy=freeze, granted, standby)"
do_test ticket-group-24 "Ticket - Group (loss-policy=freeze, standby, revoked)"
echo""
do_test ticket-clone-1 "Ticket - Clone (loss-policy=stop, initial)"
do_test ticket-clone-2 "Ticket - Clone (loss-policy=stop, granted)"
do_test ticket-clone-3 "Ticket - Clone (loss-policy-stop, revoked)"
do_test ticket-clone-4 "Ticket - Clone (loss-policy=demote, initial)"
do_test ticket-clone-5 "Ticket - Clone (loss-policy=demote, granted)"
do_test ticket-clone-6 "Ticket - Clone (loss-policy=demote, revoked)"
do_test ticket-clone-7 "Ticket - Clone (loss-policy=fence, initial)"
do_test ticket-clone-8 "Ticket - Clone (loss-policy=fence, granted)"
do_test ticket-clone-9 "Ticket - Clone (loss-policy=fence, revoked)"
do_test ticket-clone-10 "Ticket - Clone (loss-policy=freeze, initial)"
do_test ticket-clone-11 "Ticket - Clone (loss-policy=freeze, granted)"
do_test ticket-clone-12 "Ticket - Clone (loss-policy=freeze, revoked)"
do_test ticket-clone-13 "Ticket - Clone (loss-policy=stop, standby, granted)"
do_test ticket-clone-14 "Ticket - Clone (loss-policy=stop, granted, standby)"
do_test ticket-clone-15 "Ticket - Clone (loss-policy=stop, standby, revoked)"
do_test ticket-clone-16 "Ticket - Clone (loss-policy=demote, standby, granted)"
do_test ticket-clone-17 "Ticket - Clone (loss-policy=demote, granted, standby)"
do_test ticket-clone-18 "Ticket - Clone (loss-policy=demote, standby, revoked)"
do_test ticket-clone-19 "Ticket - Clone (loss-policy=fence, standby, granted)"
do_test ticket-clone-20 "Ticket - Clone (loss-policy=fence, granted, standby)"
do_test ticket-clone-21 "Ticket - Clone (loss-policy=fence, standby, revoked)"
do_test ticket-clone-22 "Ticket - Clone (loss-policy=freeze, standby, granted)"
do_test ticket-clone-23 "Ticket - Clone (loss-policy=freeze, granted, standby)"
do_test ticket-clone-24 "Ticket - Clone (loss-policy=freeze, standby, revoked)"
echo""
do_test ticket-master-1 "Ticket - Master (loss-policy=stop, initial)"
do_test ticket-master-2 "Ticket - Master (loss-policy=stop, granted)"
do_test ticket-master-3 "Ticket - Master (loss-policy-stop, revoked)"
do_test ticket-master-4 "Ticket - Master (loss-policy=demote, initial)"
do_test ticket-master-5 "Ticket - Master (loss-policy=demote, granted)"
do_test ticket-master-6 "Ticket - Master (loss-policy=demote, revoked)"
do_test ticket-master-7 "Ticket - Master (loss-policy=fence, initial)"
do_test ticket-master-8 "Ticket - Master (loss-policy=fence, granted)"
do_test ticket-master-9 "Ticket - Master (loss-policy=fence, revoked)"
do_test ticket-master-10 "Ticket - Master (loss-policy=freeze, initial)"
do_test ticket-master-11 "Ticket - Master (loss-policy=freeze, granted)"
do_test ticket-master-12 "Ticket - Master (loss-policy=freeze, revoked)"
do_test ticket-master-13 "Ticket - Master (loss-policy=stop, standby, granted)"
do_test ticket-master-14 "Ticket - Master (loss-policy=stop, granted, standby)"
do_test ticket-master-15 "Ticket - Master (loss-policy=stop, standby, revoked)"
do_test ticket-master-16 "Ticket - Master (loss-policy=demote, standby, granted)"
do_test ticket-master-17 "Ticket - Master (loss-policy=demote, granted, standby)"
do_test ticket-master-18 "Ticket - Master (loss-policy=demote, standby, revoked)"
do_test ticket-master-19 "Ticket - Master (loss-policy=fence, standby, granted)"
do_test ticket-master-20 "Ticket - Master (loss-policy=fence, granted, standby)"
do_test ticket-master-21 "Ticket - Master (loss-policy=fence, standby, revoked)"
do_test ticket-master-22 "Ticket - Master (loss-policy=freeze, standby, granted)"
do_test ticket-master-23 "Ticket - Master (loss-policy=freeze, granted, standby)"
do_test ticket-master-24 "Ticket - Master (loss-policy=freeze, standby, revoked)"
echo ""
do_test ticket-rsc-sets-1 "Ticket - Resource sets (1 ticket, initial)"
do_test ticket-rsc-sets-2 "Ticket - Resource sets (1 ticket, granted)"
do_test ticket-rsc-sets-3 "Ticket - Resource sets (1 ticket, revoked)"
do_test ticket-rsc-sets-4 "Ticket - Resource sets (2 tickets, initial)"
do_test ticket-rsc-sets-5 "Ticket - Resource sets (2 tickets, granted)"
do_test ticket-rsc-sets-6 "Ticket - Resource sets (2 tickets, granted)"
do_test ticket-rsc-sets-7 "Ticket - Resource sets (2 tickets, revoked)"
do_test ticket-rsc-sets-8 "Ticket - Resource sets (1 ticket, standby, granted)"
do_test ticket-rsc-sets-9 "Ticket - Resource sets (1 ticket, granted, standby)"
do_test ticket-rsc-sets-10 "Ticket - Resource sets (1 ticket, standby, revoked)"
do_test ticket-rsc-sets-11 "Ticket - Resource sets (2 tickets, standby, granted)"
do_test ticket-rsc-sets-12 "Ticket - Resource sets (2 tickets, standby, granted)"
do_test ticket-rsc-sets-13 "Ticket - Resource sets (2 tickets, granted, standby)"
do_test ticket-rsc-sets-14 "Ticket - Resource sets (2 tickets, standby, revoked)"
echo ""
do_test template-1 "Template - 1"
do_test template-2 "Template - 2"
do_test template-3 "Template - 3 (merge operations)"
do_test template-coloc-1 "Template - Colocation 1"
do_test template-coloc-2 "Template - Colocation 2"
do_test template-coloc-3 "Template - Colocation 3"
do_test template-order-1 "Template - Order 1"
do_test template-order-2 "Template - Order 2"
do_test template-order-3 "Template - Order 3"
do_test template-ticket "Template - Ticket"
do_test template-rsc-sets-1 "Template - Resource Sets 1"
do_test template-rsc-sets-2 "Template - Resource Sets 2"
do_test template-rsc-sets-3 "Template - Resource Sets 3"
do_test template-rsc-sets-4 "Template - Resource Sets 4"
echo ""
test_results
diff --git a/pengine/test10/load-stopped-loop.dot b/pengine/test10/load-stopped-loop.dot
new file mode 100644
index 0000000000..ed8ae48c46
--- /dev/null
+++ b/pengine/test10/load-stopped-loop.dot
@@ -0,0 +1,62 @@
+digraph "g" {
+"all_stopped" [ style=bold color="green" fontcolor="orange"]
+"license.anbriz.vds-ok.com-vm_migrate_from_0 v03-a" -> "license.anbriz.vds-ok.com-vm_stop_0 v03-b" [ style = bold]
+"license.anbriz.vds-ok.com-vm_migrate_from_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"license.anbriz.vds-ok.com-vm_migrate_to_0 v03-b" -> "license.anbriz.vds-ok.com-vm_migrate_from_0 v03-a" [ style = bold]
+"license.anbriz.vds-ok.com-vm_migrate_to_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"license.anbriz.vds-ok.com-vm_monitor_10000 v03-a" [ style=bold color="green" fontcolor="black"]
+"license.anbriz.vds-ok.com-vm_start_0 v03-a" -> "license.anbriz.vds-ok.com-vm_monitor_10000 v03-a" [ style = bold]
+"license.anbriz.vds-ok.com-vm_start_0 v03-a" [ style=bold color="green" fontcolor="orange"]
+"license.anbriz.vds-ok.com-vm_stop_0 v03-b" -> "all_stopped" [ style = bold]
+"license.anbriz.vds-ok.com-vm_stop_0 v03-b" -> "license.anbriz.vds-ok.com-vm_start_0 v03-a" [ style = bold]
+"license.anbriz.vds-ok.com-vm_stop_0 v03-b" -> "load_stopped_v03-b v03-b" [ style = bold]
+"license.anbriz.vds-ok.com-vm_stop_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"load_stopped_mgmt01 mgmt01" [ style=bold color="green" fontcolor="orange"]
+"load_stopped_v03-a v03-a" -> "license.anbriz.vds-ok.com-vm_start_0 v03-a" [ style = bold]
+"load_stopped_v03-a v03-a" -> "vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_start_0 v03-a" [ style = bold]
+"load_stopped_v03-a v03-a" [ style=bold color="green" fontcolor="orange"]
+"load_stopped_v03-b v03-b" -> "terminal0.anbriz.vds-ok.com-vm_start_0 v03-b" [ style = bold]
+"load_stopped_v03-b v03-b" [ style=bold color="green" fontcolor="orange"]
+"stonith-v03-a_monitor_60000 v03-b" [ style=bold color="green" fontcolor="black"]
+"stonith-v03-a_start_0 v03-b" -> "stonith-v03-a_monitor_60000 v03-b" [ style = bold]
+"stonith-v03-a_start_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"stonith-v03-a_stop_0 v03-b" -> "stonith-v03-a_start_0 v03-b" [ style = bold]
+"stonith-v03-a_stop_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"stonith-v03-b_monitor_60000 v03-a" [ style=bold color="green" fontcolor="black"]
+"stonith-v03-b_start_0 v03-a" -> "stonith-v03-b_monitor_60000 v03-a" [ style = bold]
+"stonith-v03-b_start_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"stonith-v03-b_stop_0 v03-a" -> "stonith-v03-b_start_0 v03-a" [ style = bold]
+"stonith-v03-b_stop_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"terminal0.anbriz.vds-ok.com-vm_migrate_from_0 v03-b" -> "terminal0.anbriz.vds-ok.com-vm_stop_0 v03-a" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_migrate_from_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"terminal0.anbriz.vds-ok.com-vm_migrate_to_0 v03-a" -> "terminal0.anbriz.vds-ok.com-vm_migrate_from_0 v03-b" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_migrate_to_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"terminal0.anbriz.vds-ok.com-vm_monitor_10000 v03-b" [ style=bold color="green" fontcolor="black"]
+"terminal0.anbriz.vds-ok.com-vm_start_0 v03-b" -> "terminal0.anbriz.vds-ok.com-vm_monitor_10000 v03-b" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_start_0 v03-b" [ style=bold color="green" fontcolor="orange"]
+"terminal0.anbriz.vds-ok.com-vm_stop_0 v03-a" -> "all_stopped" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_stop_0 v03-a" -> "load_stopped_v03-a v03-a" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_stop_0 v03-a" -> "terminal0.anbriz.vds-ok.com-vm_start_0 v03-b" [ style = bold]
+"terminal0.anbriz.vds-ok.com-vm_stop_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000 v03-a" [ style=bold color="green" fontcolor="black"]
+"vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_start_0 v03-a" -> "vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000 v03-a" [ style = bold]
+"vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_start_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:0_monitor_30000 v03-b" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:0_reload_0 v03-b" -> "vds-ok-pool-0-iscsi:0_monitor_30000 v03-b" [ style = bold]
+"vds-ok-pool-0-iscsi:0_reload_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:1_monitor_30000 mgmt01" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:1_reload_0 mgmt01" -> "vds-ok-pool-0-iscsi:1_monitor_30000 mgmt01" [ style = bold]
+"vds-ok-pool-0-iscsi:1_reload_0 mgmt01" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:2_monitor_30000 v03-a" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-0-iscsi:2_reload_0 v03-a" -> "vds-ok-pool-0-iscsi:2_monitor_30000 v03-a" [ style = bold]
+"vds-ok-pool-0-iscsi:2_reload_0 v03-a" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:0_monitor_30000 v03-b" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:0_reload_0 v03-b" -> "vds-ok-pool-1-iscsi:0_monitor_30000 v03-b" [ style = bold]
+"vds-ok-pool-1-iscsi:0_reload_0 v03-b" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:1_monitor_30000 mgmt01" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:1_reload_0 mgmt01" -> "vds-ok-pool-1-iscsi:1_monitor_30000 mgmt01" [ style = bold]
+"vds-ok-pool-1-iscsi:1_reload_0 mgmt01" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:2_monitor_30000 v03-a" [ style=bold color="green" fontcolor="black"]
+"vds-ok-pool-1-iscsi:2_reload_0 v03-a" -> "vds-ok-pool-1-iscsi:2_monitor_30000 v03-a" [ style = bold]
+"vds-ok-pool-1-iscsi:2_reload_0 v03-a" [ style=bold color="green" fontcolor="black"]
+}
diff --git a/pengine/test10/load-stopped-loop.exp b/pengine/test10/load-stopped-loop.exp
new file mode 100644
index 0000000000..75aa2e8687
--- /dev/null
+++ b/pengine/test10/load-stopped-loop.exp
@@ -0,0 +1,404 @@
+<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" batch-limit="30" transition_id="0">
+ <synapse id="0">
+ <action_set>
+ <rsc_op id="111" operation="reload" operation_key="vds-ok-pool-0-iscsi:1_reload_0" internal_operation_key="vds-ok-pool-0-iscsi:0_reload_0" on_node="mgmt01" on_node_uuid="mgmt01">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:1" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="0" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="1">
+ <action_set>
+ <rsc_op id="11" operation="monitor" operation_key="vds-ok-pool-0-iscsi:1_monitor_30000" internal_operation_key="vds-ok-pool-0-iscsi:0_monitor_30000" on_node="mgmt01" on_node_uuid="mgmt01">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:1" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="0" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="111" operation="reload" operation_key="vds-ok-pool-0-iscsi:1_reload_0" internal_operation_key="vds-ok-pool-0-iscsi:0_reload_0" on_node="mgmt01" on_node_uuid="mgmt01"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="2">
+ <action_set>
+ <rsc_op id="114" operation="reload" operation_key="vds-ok-pool-0-iscsi:0_reload_0" internal_operation_key="vds-ok-pool-0-iscsi:1_reload_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:0" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="1" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="3">
+ <action_set>
+ <rsc_op id="46" operation="monitor" operation_key="vds-ok-pool-0-iscsi:0_monitor_30000" internal_operation_key="vds-ok-pool-0-iscsi:1_monitor_30000" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:0" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="1" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="114" operation="reload" operation_key="vds-ok-pool-0-iscsi:0_reload_0" internal_operation_key="vds-ok-pool-0-iscsi:1_reload_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="4">
+ <action_set>
+ <rsc_op id="117" operation="reload" operation_key="vds-ok-pool-0-iscsi:2_reload_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:2" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="2" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="5">
+ <action_set>
+ <rsc_op id="94" operation="monitor" operation_key="vds-ok-pool-0-iscsi:2_monitor_30000" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vds-ok-pool-0-iscsi" long-id="vds-ok-pool-0-iscsi:2" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="2" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.235 10.5.4.236" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="117" operation="reload" operation_key="vds-ok-pool-0-iscsi:2_reload_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="6">
+ <action_set>
+ <rsc_op id="110" operation="reload" operation_key="vds-ok-pool-1-iscsi:1_reload_0" internal_operation_key="vds-ok-pool-1-iscsi:0_reload_0" on_node="mgmt01" on_node_uuid="mgmt01">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:1" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="0" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="7">
+ <action_set>
+ <rsc_op id="1" operation="monitor" operation_key="vds-ok-pool-1-iscsi:1_monitor_30000" internal_operation_key="vds-ok-pool-1-iscsi:0_monitor_30000" on_node="mgmt01" on_node_uuid="mgmt01">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:1" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="0" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="110" operation="reload" operation_key="vds-ok-pool-1-iscsi:1_reload_0" internal_operation_key="vds-ok-pool-1-iscsi:0_reload_0" on_node="mgmt01" on_node_uuid="mgmt01"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="8">
+ <action_set>
+ <rsc_op id="112" operation="reload" operation_key="vds-ok-pool-1-iscsi:0_reload_0" internal_operation_key="vds-ok-pool-1-iscsi:1_reload_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:0" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="1" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="9">
+ <action_set>
+ <rsc_op id="17" operation="monitor" operation_key="vds-ok-pool-1-iscsi:0_monitor_30000" internal_operation_key="vds-ok-pool-1-iscsi:1_monitor_30000" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:0" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="1" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="112" operation="reload" operation_key="vds-ok-pool-1-iscsi:0_reload_0" internal_operation_key="vds-ok-pool-1-iscsi:1_reload_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="10">
+ <action_set>
+ <rsc_op id="115" operation="reload" operation_key="vds-ok-pool-1-iscsi:2_reload_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:2" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="2" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_name="start" CRM_meta_notify="false" CRM_meta_timeout="240000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="11">
+ <action_set>
+ <rsc_op id="61" operation="monitor" operation_key="vds-ok-pool-1-iscsi:2_monitor_30000" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vds-ok-pool-1-iscsi" long-id="vds-ok-pool-1-iscsi:2" class="ocf" provider="vds-ok" type="iscsi"/>
+ <attributes CRM_meta_clone="2" CRM_meta_clone_max="9" CRM_meta_clone_node_max="1" CRM_meta_globally_unique="false" CRM_meta_interval="30000" CRM_meta_name="monitor" CRM_meta_notify="false" CRM_meta_timeout="30000" backing_iosched="noop" cmds_max="128" crm_feature_set="3.0.6" discovery_type="sendtargets" first_burst_size="131072" iosched="deadline" iosched_tunables="front_merges=0 read_expire=150 write_expire=1500" is_lvm_pv="1" max_burst_size="262144" max_recv_size="65536" max_xmit_size="65536" mpath_failback="5" mpath_no_path_retry="queue" mpath_policy="multibus" mpath_rr_min_io="1" noop_out_interval="3" noop_out_timeout="2" password="****" portals="10.5.4.237 10.5.4.238" queue_depth="128" readahead="256" replacement_timeout="15" target="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1" udev="yes" username="****"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="115" operation="reload" operation_key="vds-ok-pool-1-iscsi:2_reload_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="12">
+ <action_set>
+ <rsc_op id="218" operation="stop" operation_key="stonith-v03-b_stop_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="stonith-v03-b" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-b-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-b" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="13">
+ <action_set>
+ <rsc_op id="116" operation="start" operation_key="stonith-v03-b_start_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="stonith-v03-b" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-b-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-b" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="218" operation="stop" operation_key="stonith-v03-b_stop_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="14">
+ <action_set>
+ <rsc_op id="92" operation="monitor" operation_key="stonith-v03-b_monitor_60000" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="stonith-v03-b" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_interval="60000" CRM_meta_name="monitor" CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-b-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-b" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="116" operation="start" operation_key="stonith-v03-b_start_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="15">
+ <action_set>
+ <rsc_op id="219" operation="stop" operation_key="stonith-v03-a_stop_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="stonith-v03-a" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-a-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-a" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="16">
+ <action_set>
+ <rsc_op id="113" operation="start" operation_key="stonith-v03-a_start_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="stonith-v03-a" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-a-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-a" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="219" operation="stop" operation_key="stonith-v03-a_stop_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="17">
+ <action_set>
+ <rsc_op id="45" operation="monitor" operation_key="stonith-v03-a_monitor_60000" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="stonith-v03-a" class="stonith" type="fence_ipmilan"/>
+ <attributes CRM_meta_interval="60000" CRM_meta_name="monitor" CRM_meta_timeout="20000" auth="md5" crm_feature_set="3.0.6" ipaddr="v03-a-control" lanplus="true" login="****" method="onoff" passwd="****" pcmk_host_argument="none" pcmk_host_check="static-list" pcmk_host_list="v03-a" power_wait="5" priority="0" recheck_wait="1" rechecks="5"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="113" operation="start" operation_key="stonith-v03-a_start_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="18" priority="1000000">
+ <action_set>
+ <rsc_op id="613" operation="migrate_from" operation_key="license.anbriz.vds-ok.com-vm_migrate_from_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="license.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_migrate_source="v03-b" CRM_meta_migrate_target="v03-a" CRM_meta_name="migrate_from" CRM_meta_timeout="30000" arch="x86_64" blkio_weight="100" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="license.anbriz.vds-ok.com" domain_uuid="61962a4c-0e0c-4502-95ca-4401bfad5553" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="1024" migration_transport="tls" run_mode="run" schedinfo_weight="250" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="612" operation="migrate_to" operation_key="license.anbriz.vds-ok.com-vm_migrate_to_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="19">
+ <action_set>
+ <rsc_op id="612" operation="migrate_to" operation_key="license.anbriz.vds-ok.com-vm_migrate_to_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="license.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_migrate_source="v03-b" CRM_meta_migrate_target="v03-a" CRM_meta_name="migrate_to" CRM_meta_timeout="600000" arch="x86_64" blkio_weight="100" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="license.anbriz.vds-ok.com" domain_uuid="61962a4c-0e0c-4502-95ca-4401bfad5553" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="1024" migration_transport="tls" run_mode="run" schedinfo_weight="250" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="20">
+ <action_set>
+ <rsc_op id="400" operation="monitor" operation_key="license.anbriz.vds-ok.com-vm_monitor_10000" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="license.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_interval="10000" CRM_meta_name="monitor" CRM_meta_timeout="30000" arch="x86_64" blkio_weight="100" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="license.anbriz.vds-ok.com" domain_uuid="61962a4c-0e0c-4502-95ca-4401bfad5553" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="1024" migration_transport="tls" run_mode="run" schedinfo_weight="250" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <pseudo_event id="399" operation="start" operation_key="license.anbriz.vds-ok.com-vm_start_0"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="21">
+ <action_set>
+ <pseudo_event id="399" operation="start" operation_key="license.anbriz.vds-ok.com-vm_start_0">
+ <attributes CRM_meta_name="start" CRM_meta_timeout="120000" arch="x86_64" blkio_weight="100" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="license.anbriz.vds-ok.com" domain_uuid="61962a4c-0e0c-4502-95ca-4401bfad5553" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="1024" migration_transport="tls" run_mode="run" schedinfo_weight="250" vcpu_num="1" vcpu_policy="share"/>
+ </pseudo_event>
+ </action_set>
+ <inputs>
+ <trigger>
+ <pseudo_event id="107" operation="load_stopped_v03-a" operation_key="load_stopped_v03-a"/>
+ </trigger>
+ <trigger>
+ <rsc_op id="398" operation="stop" operation_key="license.anbriz.vds-ok.com-vm_stop_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="22">
+ <action_set>
+ <rsc_op id="398" operation="stop" operation_key="license.anbriz.vds-ok.com-vm_stop_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="license.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_name="stop" CRM_meta_timeout="600000" arch="x86_64" blkio_weight="100" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="license.anbriz.vds-ok.com" domain_uuid="61962a4c-0e0c-4502-95ca-4401bfad5553" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="1024" migration_transport="tls" run_mode="run" schedinfo_weight="250" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="613" operation="migrate_from" operation_key="license.anbriz.vds-ok.com-vm_migrate_from_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="23" priority="1000000">
+ <action_set>
+ <rsc_op id="615" operation="migrate_from" operation_key="terminal0.anbriz.vds-ok.com-vm_migrate_from_0" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="terminal0.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_migrate_source="v03-a" CRM_meta_migrate_target="v03-b" CRM_meta_name="migrate_from" CRM_meta_timeout="30000" arch="x86_64" blkio_weight="166" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="terminal0.anbriz.vds-ok.com" domain_uuid="46bd3282-56ef-44a1-98e3-dcb93387f921" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="4096" migration_transport="tls" run_mode="run" schedinfo_weight="1000" vcpu_num="2" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="614" operation="migrate_to" operation_key="terminal0.anbriz.vds-ok.com-vm_migrate_to_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="24">
+ <action_set>
+ <rsc_op id="614" operation="migrate_to" operation_key="terminal0.anbriz.vds-ok.com-vm_migrate_to_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="terminal0.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_migrate_source="v03-a" CRM_meta_migrate_target="v03-b" CRM_meta_name="migrate_to" CRM_meta_timeout="600000" arch="x86_64" blkio_weight="166" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="terminal0.anbriz.vds-ok.com" domain_uuid="46bd3282-56ef-44a1-98e3-dcb93387f921" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="4096" migration_transport="tls" run_mode="run" schedinfo_weight="1000" vcpu_num="2" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="25">
+ <action_set>
+ <rsc_op id="417" operation="monitor" operation_key="terminal0.anbriz.vds-ok.com-vm_monitor_10000" on_node="v03-b" on_node_uuid="v03-b">
+ <primitive id="terminal0.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_interval="10000" CRM_meta_name="monitor" CRM_meta_timeout="30000" arch="x86_64" blkio_weight="166" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="terminal0.anbriz.vds-ok.com" domain_uuid="46bd3282-56ef-44a1-98e3-dcb93387f921" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="4096" migration_transport="tls" run_mode="run" schedinfo_weight="1000" vcpu_num="2" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <pseudo_event id="416" operation="start" operation_key="terminal0.anbriz.vds-ok.com-vm_start_0"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="26">
+ <action_set>
+ <pseudo_event id="416" operation="start" operation_key="terminal0.anbriz.vds-ok.com-vm_start_0">
+ <attributes CRM_meta_name="start" CRM_meta_timeout="120000" arch="x86_64" blkio_weight="166" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="terminal0.anbriz.vds-ok.com" domain_uuid="46bd3282-56ef-44a1-98e3-dcb93387f921" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="4096" migration_transport="tls" run_mode="run" schedinfo_weight="1000" vcpu_num="2" vcpu_policy="share"/>
+ </pseudo_event>
+ </action_set>
+ <inputs>
+ <trigger>
+ <pseudo_event id="108" operation="load_stopped_v03-b" operation_key="load_stopped_v03-b"/>
+ </trigger>
+ <trigger>
+ <rsc_op id="415" operation="stop" operation_key="terminal0.anbriz.vds-ok.com-vm_stop_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="27">
+ <action_set>
+ <rsc_op id="415" operation="stop" operation_key="terminal0.anbriz.vds-ok.com-vm_stop_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="terminal0.anbriz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_name="stop" CRM_meta_timeout="600000" arch="x86_64" blkio_weight="166" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;" domain_name="terminal0.anbriz.vds-ok.com" domain_uuid="46bd3282-56ef-44a1-98e3-dcb93387f921" force_stop="0" host_role_needed="" hypervisor="qemu:///system" mem_mb="4096" migration_transport="tls" run_mode="run" schedinfo_weight="1000" vcpu_num="2" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="615" operation="migrate_from" operation_key="terminal0.anbriz.vds-ok.com-vm_migrate_from_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="28">
+ <action_set>
+ <rsc_op id="427" operation="monitor" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_interval="10000" CRM_meta_name="monitor" CRM_meta_timeout="30000" arch="x86_64" blkio_weight="100" bootdev="network" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="netif:0,bridge,vlan1,00:16:3e:ef:13:04,10.5.4.67;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;" domain_name="vd01-d.cdev.ttc.prague.cz.vds-ok.com" domain_uuid="570d45ea-24e0-46d9-b63c-6a398bef1304" fencing_method="qpid" force_stop="1" host_role_needed="" hypervisor="qemu:///system" mem_mb="2048" migration_transport="tls" schedinfo_weight="20" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="426" operation="start" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_start_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="29">
+ <action_set>
+ <rsc_op id="426" operation="start" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_start_0" on_node="v03-a" on_node_uuid="v03-a">
+ <primitive id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" class="ocf" provider="vds-ok" type="VirtualDomain"/>
+ <attributes CRM_meta_name="start" CRM_meta_timeout="120000" arch="x86_64" blkio_weight="100" bootdev="network" cpu_model="VDS_OK" crm_feature_set="3.0.6" devices="netif:0,bridge,vlan1,00:16:3e:ef:13:04,10.5.4.67;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;" domain_name="vd01-d.cdev.ttc.prague.cz.vds-ok.com" domain_uuid="570d45ea-24e0-46d9-b63c-6a398bef1304" fencing_method="qpid" force_stop="1" host_role_needed="" hypervisor="qemu:///system" mem_mb="2048" migration_transport="tls" schedinfo_weight="20" vcpu_num="1" vcpu_policy="share"/>
+ </rsc_op>
+ </action_set>
+ <inputs>
+ <trigger>
+ <pseudo_event id="107" operation="load_stopped_v03-a" operation_key="load_stopped_v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="30">
+ <action_set>
+ <pseudo_event id="109" operation="load_stopped_mgmt01" operation_key="load_stopped_mgmt01">
+ <attributes crm_feature_set="3.0.6"/>
+ </pseudo_event>
+ </action_set>
+ <inputs/>
+ </synapse>
+ <synapse id="31">
+ <action_set>
+ <pseudo_event id="108" operation="load_stopped_v03-b" operation_key="load_stopped_v03-b">
+ <attributes crm_feature_set="3.0.6"/>
+ </pseudo_event>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="398" operation="stop" operation_key="license.anbriz.vds-ok.com-vm_stop_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="32">
+ <action_set>
+ <pseudo_event id="107" operation="load_stopped_v03-a" operation_key="load_stopped_v03-a">
+ <attributes crm_feature_set="3.0.6"/>
+ </pseudo_event>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="415" operation="stop" operation_key="terminal0.anbriz.vds-ok.com-vm_stop_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+ <synapse id="33">
+ <action_set>
+ <pseudo_event id="106" operation="all_stopped" operation_key="all_stopped">
+ <attributes crm_feature_set="3.0.6"/>
+ </pseudo_event>
+ </action_set>
+ <inputs>
+ <trigger>
+ <rsc_op id="398" operation="stop" operation_key="license.anbriz.vds-ok.com-vm_stop_0" on_node="v03-b" on_node_uuid="v03-b"/>
+ </trigger>
+ <trigger>
+ <rsc_op id="415" operation="stop" operation_key="terminal0.anbriz.vds-ok.com-vm_stop_0" on_node="v03-a" on_node_uuid="v03-a"/>
+ </trigger>
+ </inputs>
+ </synapse>
+</transition_graph>
+
diff --git a/pengine/test10/load-stopped-loop.scores b/pengine/test10/load-stopped-loop.scores
new file mode 100644
index 0000000000..dc9f5f5a3b
--- /dev/null
+++ b/pengine/test10/load-stopped-loop.scores
@@ -0,0 +1,1765 @@
+Allocation scores:
+clone_color: cl-clvmd allocation score on mgmt01: 0
+clone_color: cl-clvmd allocation score on v03-a: 0
+clone_color: cl-clvmd allocation score on v03-b: 0
+clone_color: cl-dlm allocation score on mgmt01: 0
+clone_color: cl-dlm allocation score on v03-a: 0
+clone_color: cl-dlm allocation score on v03-b: 0
+clone_color: cl-iscsid allocation score on mgmt01: 0
+clone_color: cl-iscsid allocation score on v03-a: 0
+clone_color: cl-iscsid allocation score on v03-b: 0
+clone_color: cl-libvirt-images-fs allocation score on mgmt01: 0
+clone_color: cl-libvirt-images-fs allocation score on v03-a: 0
+clone_color: cl-libvirt-images-fs allocation score on v03-b: 0
+clone_color: cl-libvirt-images-pool allocation score on mgmt01: -INFINITY
+clone_color: cl-libvirt-images-pool allocation score on v03-a: 0
+clone_color: cl-libvirt-images-pool allocation score on v03-b: 0
+clone_color: cl-libvirt-install-fs allocation score on mgmt01: 0
+clone_color: cl-libvirt-install-fs allocation score on v03-a: 0
+clone_color: cl-libvirt-install-fs allocation score on v03-b: 0
+clone_color: cl-libvirt-qpid allocation score on mgmt01: -INFINITY
+clone_color: cl-libvirt-qpid allocation score on v03-a: 0
+clone_color: cl-libvirt-qpid allocation score on v03-b: 0
+clone_color: cl-libvirtd allocation score on mgmt01: -INFINITY
+clone_color: cl-libvirtd allocation score on v03-a: 0
+clone_color: cl-libvirtd allocation score on v03-b: 0
+clone_color: cl-mcast-anbriz-net allocation score on mgmt01: -INFINITY
+clone_color: cl-mcast-anbriz-net allocation score on v03-a: 0
+clone_color: cl-mcast-anbriz-net allocation score on v03-b: 0
+clone_color: cl-mcast-gleb-net allocation score on mgmt01: -INFINITY
+clone_color: cl-mcast-gleb-net allocation score on v03-a: 0
+clone_color: cl-mcast-gleb-net allocation score on v03-b: 0
+clone_color: cl-mcast-test-net allocation score on mgmt01: -INFINITY
+clone_color: cl-mcast-test-net allocation score on v03-a: 0
+clone_color: cl-mcast-test-net allocation score on v03-b: 0
+clone_color: cl-multipathd allocation score on mgmt01: 0
+clone_color: cl-multipathd allocation score on v03-a: 0
+clone_color: cl-multipathd allocation score on v03-b: 0
+clone_color: cl-node-params allocation score on mgmt01: -INFINITY
+clone_color: cl-node-params allocation score on v03-a: 0
+clone_color: cl-node-params allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-0-iscsi allocation score on mgmt01: 0
+clone_color: cl-vds-ok-pool-0-iscsi allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-0-iscsi allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-0-pool allocation score on mgmt01: -INFINITY
+clone_color: cl-vds-ok-pool-0-pool allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-0-pool allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-0-vg allocation score on mgmt01: 0
+clone_color: cl-vds-ok-pool-0-vg allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-0-vg allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-1-iscsi allocation score on mgmt01: 0
+clone_color: cl-vds-ok-pool-1-iscsi allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-1-iscsi allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-1-pool allocation score on mgmt01: -INFINITY
+clone_color: cl-vds-ok-pool-1-pool allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-1-pool allocation score on v03-b: 0
+clone_color: cl-vds-ok-pool-1-vg allocation score on mgmt01: 0
+clone_color: cl-vds-ok-pool-1-vg allocation score on v03-a: 0
+clone_color: cl-vds-ok-pool-1-vg allocation score on v03-b: 0
+clone_color: cl-vlan1-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan1-if allocation score on v03-a: 0
+clone_color: cl-vlan1-if allocation score on v03-b: 0
+clone_color: cl-vlan101-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan101-if allocation score on v03-a: 0
+clone_color: cl-vlan101-if allocation score on v03-b: 0
+clone_color: cl-vlan102-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan102-if allocation score on v03-a: 0
+clone_color: cl-vlan102-if allocation score on v03-b: 0
+clone_color: cl-vlan103-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan103-if allocation score on v03-a: 0
+clone_color: cl-vlan103-if allocation score on v03-b: 0
+clone_color: cl-vlan104-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan104-if allocation score on v03-a: 0
+clone_color: cl-vlan104-if allocation score on v03-b: 0
+clone_color: cl-vlan200-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan200-if allocation score on v03-a: 0
+clone_color: cl-vlan200-if allocation score on v03-b: 0
+clone_color: cl-vlan3-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan3-if allocation score on v03-a: 0
+clone_color: cl-vlan3-if allocation score on v03-b: 0
+clone_color: cl-vlan4-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan4-if allocation score on v03-a: 0
+clone_color: cl-vlan4-if allocation score on v03-b: 0
+clone_color: cl-vlan5-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan5-if allocation score on v03-a: 0
+clone_color: cl-vlan5-if allocation score on v03-b: 0
+clone_color: cl-vlan900-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan900-if allocation score on v03-a: 0
+clone_color: cl-vlan900-if allocation score on v03-b: 0
+clone_color: cl-vlan909-if allocation score on mgmt01: -INFINITY
+clone_color: cl-vlan909-if allocation score on v03-a: 0
+clone_color: cl-vlan909-if allocation score on v03-b: 0
+clone_color: clvmd:0 allocation score on mgmt01: 1
+clone_color: clvmd:0 allocation score on v03-a: 0
+clone_color: clvmd:0 allocation score on v03-b: 0
+clone_color: clvmd:1 allocation score on mgmt01: 0
+clone_color: clvmd:1 allocation score on v03-a: 0
+clone_color: clvmd:1 allocation score on v03-b: 1
+clone_color: clvmd:2 allocation score on mgmt01: 0
+clone_color: clvmd:2 allocation score on v03-a: 1
+clone_color: clvmd:2 allocation score on v03-b: 0
+clone_color: clvmd:3 allocation score on mgmt01: 0
+clone_color: clvmd:3 allocation score on v03-a: 0
+clone_color: clvmd:3 allocation score on v03-b: 0
+clone_color: clvmd:4 allocation score on mgmt01: 0
+clone_color: clvmd:4 allocation score on v03-a: 0
+clone_color: clvmd:4 allocation score on v03-b: 0
+clone_color: clvmd:5 allocation score on mgmt01: 0
+clone_color: clvmd:5 allocation score on v03-a: 0
+clone_color: clvmd:5 allocation score on v03-b: 0
+clone_color: clvmd:6 allocation score on mgmt01: 0
+clone_color: clvmd:6 allocation score on v03-a: 0
+clone_color: clvmd:6 allocation score on v03-b: 0
+clone_color: clvmd:7 allocation score on mgmt01: 0
+clone_color: clvmd:7 allocation score on v03-a: 0
+clone_color: clvmd:7 allocation score on v03-b: 0
+clone_color: clvmd:8 allocation score on mgmt01: 0
+clone_color: clvmd:8 allocation score on v03-a: 0
+clone_color: clvmd:8 allocation score on v03-b: 0
+clone_color: dlm:0 allocation score on mgmt01: 1
+clone_color: dlm:0 allocation score on v03-a: 0
+clone_color: dlm:0 allocation score on v03-b: 0
+clone_color: dlm:1 allocation score on mgmt01: 0
+clone_color: dlm:1 allocation score on v03-a: 0
+clone_color: dlm:1 allocation score on v03-b: 1
+clone_color: dlm:2 allocation score on mgmt01: 0
+clone_color: dlm:2 allocation score on v03-a: 1
+clone_color: dlm:2 allocation score on v03-b: 0
+clone_color: dlm:3 allocation score on mgmt01: 0
+clone_color: dlm:3 allocation score on v03-a: 0
+clone_color: dlm:3 allocation score on v03-b: 0
+clone_color: dlm:4 allocation score on mgmt01: 0
+clone_color: dlm:4 allocation score on v03-a: 0
+clone_color: dlm:4 allocation score on v03-b: 0
+clone_color: dlm:5 allocation score on mgmt01: 0
+clone_color: dlm:5 allocation score on v03-a: 0
+clone_color: dlm:5 allocation score on v03-b: 0
+clone_color: dlm:6 allocation score on mgmt01: 0
+clone_color: dlm:6 allocation score on v03-a: 0
+clone_color: dlm:6 allocation score on v03-b: 0
+clone_color: dlm:7 allocation score on mgmt01: 0
+clone_color: dlm:7 allocation score on v03-a: 0
+clone_color: dlm:7 allocation score on v03-b: 0
+clone_color: dlm:8 allocation score on mgmt01: 0
+clone_color: dlm:8 allocation score on v03-a: 0
+clone_color: dlm:8 allocation score on v03-b: 0
+clone_color: iscsid:0 allocation score on mgmt01: 1
+clone_color: iscsid:0 allocation score on v03-a: 0
+clone_color: iscsid:0 allocation score on v03-b: 0
+clone_color: iscsid:1 allocation score on mgmt01: 0
+clone_color: iscsid:1 allocation score on v03-a: 0
+clone_color: iscsid:1 allocation score on v03-b: 1
+clone_color: iscsid:2 allocation score on mgmt01: 0
+clone_color: iscsid:2 allocation score on v03-a: 1
+clone_color: iscsid:2 allocation score on v03-b: 0
+clone_color: iscsid:3 allocation score on mgmt01: 0
+clone_color: iscsid:3 allocation score on v03-a: 0
+clone_color: iscsid:3 allocation score on v03-b: 0
+clone_color: iscsid:4 allocation score on mgmt01: 0
+clone_color: iscsid:4 allocation score on v03-a: 0
+clone_color: iscsid:4 allocation score on v03-b: 0
+clone_color: iscsid:5 allocation score on mgmt01: 0
+clone_color: iscsid:5 allocation score on v03-a: 0
+clone_color: iscsid:5 allocation score on v03-b: 0
+clone_color: iscsid:6 allocation score on mgmt01: 0
+clone_color: iscsid:6 allocation score on v03-a: 0
+clone_color: iscsid:6 allocation score on v03-b: 0
+clone_color: iscsid:7 allocation score on mgmt01: 0
+clone_color: iscsid:7 allocation score on v03-a: 0
+clone_color: iscsid:7 allocation score on v03-b: 0
+clone_color: iscsid:8 allocation score on mgmt01: 0
+clone_color: iscsid:8 allocation score on v03-a: 0
+clone_color: iscsid:8 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:0 allocation score on mgmt01: 1
+clone_color: libvirt-images-fs:0 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:0 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:1 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:1 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:1 allocation score on v03-b: 1
+clone_color: libvirt-images-fs:2 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:2 allocation score on v03-a: 1
+clone_color: libvirt-images-fs:2 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:3 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:3 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:3 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:4 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:4 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:4 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:5 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:5 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:5 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:6 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:6 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:6 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:7 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:7 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:7 allocation score on v03-b: 0
+clone_color: libvirt-images-fs:8 allocation score on mgmt01: 0
+clone_color: libvirt-images-fs:8 allocation score on v03-a: 0
+clone_color: libvirt-images-fs:8 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:0 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:0 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:0 allocation score on v03-b: 1
+clone_color: libvirt-images-pool:1 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:1 allocation score on v03-a: 1
+clone_color: libvirt-images-pool:1 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:2 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:2 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:2 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:3 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:3 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:3 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:4 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:4 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:4 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:5 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:5 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:5 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:6 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:6 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:6 allocation score on v03-b: 0
+clone_color: libvirt-images-pool:7 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-images-pool:7 allocation score on v03-a: 0
+clone_color: libvirt-images-pool:7 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:0 allocation score on mgmt01: 1
+clone_color: libvirt-install-fs:0 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:0 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:1 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:1 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:1 allocation score on v03-b: 1
+clone_color: libvirt-install-fs:2 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:2 allocation score on v03-a: 1
+clone_color: libvirt-install-fs:2 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:3 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:3 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:3 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:4 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:4 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:4 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:5 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:5 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:5 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:6 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:6 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:6 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:7 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:7 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:7 allocation score on v03-b: 0
+clone_color: libvirt-install-fs:8 allocation score on mgmt01: 0
+clone_color: libvirt-install-fs:8 allocation score on v03-a: 0
+clone_color: libvirt-install-fs:8 allocation score on v03-b: 0
+clone_color: libvirt-qpid:0 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:0 allocation score on v03-a: 0
+clone_color: libvirt-qpid:0 allocation score on v03-b: 1
+clone_color: libvirt-qpid:1 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:1 allocation score on v03-a: 1
+clone_color: libvirt-qpid:1 allocation score on v03-b: 0
+clone_color: libvirt-qpid:2 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:2 allocation score on v03-a: 0
+clone_color: libvirt-qpid:2 allocation score on v03-b: 0
+clone_color: libvirt-qpid:3 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:3 allocation score on v03-a: 0
+clone_color: libvirt-qpid:3 allocation score on v03-b: 0
+clone_color: libvirt-qpid:4 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:4 allocation score on v03-a: 0
+clone_color: libvirt-qpid:4 allocation score on v03-b: 0
+clone_color: libvirt-qpid:5 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:5 allocation score on v03-a: 0
+clone_color: libvirt-qpid:5 allocation score on v03-b: 0
+clone_color: libvirt-qpid:6 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:6 allocation score on v03-a: 0
+clone_color: libvirt-qpid:6 allocation score on v03-b: 0
+clone_color: libvirt-qpid:7 allocation score on mgmt01: -INFINITY
+clone_color: libvirt-qpid:7 allocation score on v03-a: 0
+clone_color: libvirt-qpid:7 allocation score on v03-b: 0
+clone_color: libvirtd:0 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:0 allocation score on v03-a: 0
+clone_color: libvirtd:0 allocation score on v03-b: 1
+clone_color: libvirtd:1 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:1 allocation score on v03-a: 1
+clone_color: libvirtd:1 allocation score on v03-b: 0
+clone_color: libvirtd:2 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:2 allocation score on v03-a: 0
+clone_color: libvirtd:2 allocation score on v03-b: 0
+clone_color: libvirtd:3 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:3 allocation score on v03-a: 0
+clone_color: libvirtd:3 allocation score on v03-b: 0
+clone_color: libvirtd:4 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:4 allocation score on v03-a: 0
+clone_color: libvirtd:4 allocation score on v03-b: 0
+clone_color: libvirtd:5 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:5 allocation score on v03-a: 0
+clone_color: libvirtd:5 allocation score on v03-b: 0
+clone_color: libvirtd:6 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:6 allocation score on v03-a: 0
+clone_color: libvirtd:6 allocation score on v03-b: 0
+clone_color: libvirtd:7 allocation score on mgmt01: -INFINITY
+clone_color: libvirtd:7 allocation score on v03-a: 0
+clone_color: libvirtd:7 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:0 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:0 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:0 allocation score on v03-b: 1
+clone_color: mcast-anbriz-net:1 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:1 allocation score on v03-a: 1
+clone_color: mcast-anbriz-net:1 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:2 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:2 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:2 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:3 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:3 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:3 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:4 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:4 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:4 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:5 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:5 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:5 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:6 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:6 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:6 allocation score on v03-b: 0
+clone_color: mcast-anbriz-net:7 allocation score on mgmt01: -INFINITY
+clone_color: mcast-anbriz-net:7 allocation score on v03-a: 0
+clone_color: mcast-anbriz-net:7 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:0 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:0 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:0 allocation score on v03-b: 1
+clone_color: mcast-gleb-net:1 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:1 allocation score on v03-a: 1
+clone_color: mcast-gleb-net:1 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:2 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:2 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:2 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:3 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:3 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:3 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:4 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:4 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:4 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:5 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:5 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:5 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:6 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:6 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:6 allocation score on v03-b: 0
+clone_color: mcast-gleb-net:7 allocation score on mgmt01: -INFINITY
+clone_color: mcast-gleb-net:7 allocation score on v03-a: 0
+clone_color: mcast-gleb-net:7 allocation score on v03-b: 0
+clone_color: mcast-test-net:0 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:0 allocation score on v03-a: 0
+clone_color: mcast-test-net:0 allocation score on v03-b: 1
+clone_color: mcast-test-net:1 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:1 allocation score on v03-a: 1
+clone_color: mcast-test-net:1 allocation score on v03-b: 0
+clone_color: mcast-test-net:2 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:2 allocation score on v03-a: 0
+clone_color: mcast-test-net:2 allocation score on v03-b: 0
+clone_color: mcast-test-net:3 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:3 allocation score on v03-a: 0
+clone_color: mcast-test-net:3 allocation score on v03-b: 0
+clone_color: mcast-test-net:4 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:4 allocation score on v03-a: 0
+clone_color: mcast-test-net:4 allocation score on v03-b: 0
+clone_color: mcast-test-net:5 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:5 allocation score on v03-a: 0
+clone_color: mcast-test-net:5 allocation score on v03-b: 0
+clone_color: mcast-test-net:6 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:6 allocation score on v03-a: 0
+clone_color: mcast-test-net:6 allocation score on v03-b: 0
+clone_color: mcast-test-net:7 allocation score on mgmt01: -INFINITY
+clone_color: mcast-test-net:7 allocation score on v03-a: 0
+clone_color: mcast-test-net:7 allocation score on v03-b: 0
+clone_color: multipathd:0 allocation score on mgmt01: 1
+clone_color: multipathd:0 allocation score on v03-a: 0
+clone_color: multipathd:0 allocation score on v03-b: 0
+clone_color: multipathd:1 allocation score on mgmt01: 0
+clone_color: multipathd:1 allocation score on v03-a: 0
+clone_color: multipathd:1 allocation score on v03-b: 1
+clone_color: multipathd:2 allocation score on mgmt01: 0
+clone_color: multipathd:2 allocation score on v03-a: 1
+clone_color: multipathd:2 allocation score on v03-b: 0
+clone_color: multipathd:3 allocation score on mgmt01: 0
+clone_color: multipathd:3 allocation score on v03-a: 0
+clone_color: multipathd:3 allocation score on v03-b: 0
+clone_color: multipathd:4 allocation score on mgmt01: 0
+clone_color: multipathd:4 allocation score on v03-a: 0
+clone_color: multipathd:4 allocation score on v03-b: 0
+clone_color: multipathd:5 allocation score on mgmt01: 0
+clone_color: multipathd:5 allocation score on v03-a: 0
+clone_color: multipathd:5 allocation score on v03-b: 0
+clone_color: multipathd:6 allocation score on mgmt01: 0
+clone_color: multipathd:6 allocation score on v03-a: 0
+clone_color: multipathd:6 allocation score on v03-b: 0
+clone_color: multipathd:7 allocation score on mgmt01: 0
+clone_color: multipathd:7 allocation score on v03-a: 0
+clone_color: multipathd:7 allocation score on v03-b: 0
+clone_color: multipathd:8 allocation score on mgmt01: 0
+clone_color: multipathd:8 allocation score on v03-a: 0
+clone_color: multipathd:8 allocation score on v03-b: 0
+clone_color: node-params:0 allocation score on mgmt01: -INFINITY
+clone_color: node-params:0 allocation score on v03-a: 0
+clone_color: node-params:0 allocation score on v03-b: 1
+clone_color: node-params:1 allocation score on mgmt01: -INFINITY
+clone_color: node-params:1 allocation score on v03-a: 1
+clone_color: node-params:1 allocation score on v03-b: 0
+clone_color: node-params:2 allocation score on mgmt01: -INFINITY
+clone_color: node-params:2 allocation score on v03-a: 0
+clone_color: node-params:2 allocation score on v03-b: 0
+clone_color: node-params:3 allocation score on mgmt01: -INFINITY
+clone_color: node-params:3 allocation score on v03-a: 0
+clone_color: node-params:3 allocation score on v03-b: 0
+clone_color: node-params:4 allocation score on mgmt01: -INFINITY
+clone_color: node-params:4 allocation score on v03-a: 0
+clone_color: node-params:4 allocation score on v03-b: 0
+clone_color: node-params:5 allocation score on mgmt01: -INFINITY
+clone_color: node-params:5 allocation score on v03-a: 0
+clone_color: node-params:5 allocation score on v03-b: 0
+clone_color: node-params:6 allocation score on mgmt01: -INFINITY
+clone_color: node-params:6 allocation score on v03-a: 0
+clone_color: node-params:6 allocation score on v03-b: 0
+clone_color: node-params:7 allocation score on mgmt01: -INFINITY
+clone_color: node-params:7 allocation score on v03-a: 0
+clone_color: node-params:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:0 allocation score on mgmt01: 1
+clone_color: vds-ok-pool-0-iscsi:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:0 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:1 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:1 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:1 allocation score on v03-b: 1
+clone_color: vds-ok-pool-0-iscsi:2 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:2 allocation score on v03-a: 1
+clone_color: vds-ok-pool-0-iscsi:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:3 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:4 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:5 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:6 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:7 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-iscsi:8 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-iscsi:8 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-iscsi:8 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:0 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:0 allocation score on v03-b: 1
+clone_color: vds-ok-pool-0-pool:1 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:1 allocation score on v03-a: 1
+clone_color: vds-ok-pool-0-pool:1 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:2 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:2 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:3 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:4 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:5 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:6 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-pool:7 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-0-pool:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-pool:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:0 allocation score on mgmt01: 1
+clone_color: vds-ok-pool-0-vg:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:0 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:1 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:1 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:1 allocation score on v03-b: 1
+clone_color: vds-ok-pool-0-vg:2 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:2 allocation score on v03-a: 1
+clone_color: vds-ok-pool-0-vg:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:3 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:4 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:5 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:6 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:7 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-0-vg:8 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-0-vg:8 allocation score on v03-a: 0
+clone_color: vds-ok-pool-0-vg:8 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:0 allocation score on mgmt01: 1
+clone_color: vds-ok-pool-1-iscsi:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:0 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:1 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:1 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:1 allocation score on v03-b: 1
+clone_color: vds-ok-pool-1-iscsi:2 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:2 allocation score on v03-a: 1
+clone_color: vds-ok-pool-1-iscsi:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:3 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:4 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:5 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:6 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:7 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-iscsi:8 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-iscsi:8 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-iscsi:8 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:0 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:0 allocation score on v03-b: 1
+clone_color: vds-ok-pool-1-pool:1 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:1 allocation score on v03-a: 1
+clone_color: vds-ok-pool-1-pool:1 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:2 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:2 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:3 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:4 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:5 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:6 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-pool:7 allocation score on mgmt01: -INFINITY
+clone_color: vds-ok-pool-1-pool:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-pool:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:0 allocation score on mgmt01: 1
+clone_color: vds-ok-pool-1-vg:0 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:0 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:1 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:1 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:1 allocation score on v03-b: 1
+clone_color: vds-ok-pool-1-vg:2 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:2 allocation score on v03-a: 1
+clone_color: vds-ok-pool-1-vg:2 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:3 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:3 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:3 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:4 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:4 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:4 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:5 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:5 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:5 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:6 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:6 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:6 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:7 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:7 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:7 allocation score on v03-b: 0
+clone_color: vds-ok-pool-1-vg:8 allocation score on mgmt01: 0
+clone_color: vds-ok-pool-1-vg:8 allocation score on v03-a: 0
+clone_color: vds-ok-pool-1-vg:8 allocation score on v03-b: 0
+clone_color: vlan1-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:0 allocation score on v03-a: 0
+clone_color: vlan1-if:0 allocation score on v03-b: 1
+clone_color: vlan1-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:1 allocation score on v03-a: 1
+clone_color: vlan1-if:1 allocation score on v03-b: 0
+clone_color: vlan1-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:2 allocation score on v03-a: 0
+clone_color: vlan1-if:2 allocation score on v03-b: 0
+clone_color: vlan1-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:3 allocation score on v03-a: 0
+clone_color: vlan1-if:3 allocation score on v03-b: 0
+clone_color: vlan1-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:4 allocation score on v03-a: 0
+clone_color: vlan1-if:4 allocation score on v03-b: 0
+clone_color: vlan1-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:5 allocation score on v03-a: 0
+clone_color: vlan1-if:5 allocation score on v03-b: 0
+clone_color: vlan1-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:6 allocation score on v03-a: 0
+clone_color: vlan1-if:6 allocation score on v03-b: 0
+clone_color: vlan1-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan1-if:7 allocation score on v03-a: 0
+clone_color: vlan1-if:7 allocation score on v03-b: 0
+clone_color: vlan101-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:0 allocation score on v03-a: 0
+clone_color: vlan101-if:0 allocation score on v03-b: 1
+clone_color: vlan101-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:1 allocation score on v03-a: 1
+clone_color: vlan101-if:1 allocation score on v03-b: 0
+clone_color: vlan101-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:2 allocation score on v03-a: 0
+clone_color: vlan101-if:2 allocation score on v03-b: 0
+clone_color: vlan101-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:3 allocation score on v03-a: 0
+clone_color: vlan101-if:3 allocation score on v03-b: 0
+clone_color: vlan101-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:4 allocation score on v03-a: 0
+clone_color: vlan101-if:4 allocation score on v03-b: 0
+clone_color: vlan101-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:5 allocation score on v03-a: 0
+clone_color: vlan101-if:5 allocation score on v03-b: 0
+clone_color: vlan101-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:6 allocation score on v03-a: 0
+clone_color: vlan101-if:6 allocation score on v03-b: 0
+clone_color: vlan101-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan101-if:7 allocation score on v03-a: 0
+clone_color: vlan101-if:7 allocation score on v03-b: 0
+clone_color: vlan102-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:0 allocation score on v03-a: 0
+clone_color: vlan102-if:0 allocation score on v03-b: 1
+clone_color: vlan102-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:1 allocation score on v03-a: 1
+clone_color: vlan102-if:1 allocation score on v03-b: 0
+clone_color: vlan102-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:2 allocation score on v03-a: 0
+clone_color: vlan102-if:2 allocation score on v03-b: 0
+clone_color: vlan102-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:3 allocation score on v03-a: 0
+clone_color: vlan102-if:3 allocation score on v03-b: 0
+clone_color: vlan102-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:4 allocation score on v03-a: 0
+clone_color: vlan102-if:4 allocation score on v03-b: 0
+clone_color: vlan102-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:5 allocation score on v03-a: 0
+clone_color: vlan102-if:5 allocation score on v03-b: 0
+clone_color: vlan102-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:6 allocation score on v03-a: 0
+clone_color: vlan102-if:6 allocation score on v03-b: 0
+clone_color: vlan102-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan102-if:7 allocation score on v03-a: 0
+clone_color: vlan102-if:7 allocation score on v03-b: 0
+clone_color: vlan103-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:0 allocation score on v03-a: 0
+clone_color: vlan103-if:0 allocation score on v03-b: 1
+clone_color: vlan103-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:1 allocation score on v03-a: 1
+clone_color: vlan103-if:1 allocation score on v03-b: 0
+clone_color: vlan103-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:2 allocation score on v03-a: 0
+clone_color: vlan103-if:2 allocation score on v03-b: 0
+clone_color: vlan103-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:3 allocation score on v03-a: 0
+clone_color: vlan103-if:3 allocation score on v03-b: 0
+clone_color: vlan103-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:4 allocation score on v03-a: 0
+clone_color: vlan103-if:4 allocation score on v03-b: 0
+clone_color: vlan103-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:5 allocation score on v03-a: 0
+clone_color: vlan103-if:5 allocation score on v03-b: 0
+clone_color: vlan103-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:6 allocation score on v03-a: 0
+clone_color: vlan103-if:6 allocation score on v03-b: 0
+clone_color: vlan103-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan103-if:7 allocation score on v03-a: 0
+clone_color: vlan103-if:7 allocation score on v03-b: 0
+clone_color: vlan104-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:0 allocation score on v03-a: 0
+clone_color: vlan104-if:0 allocation score on v03-b: 1
+clone_color: vlan104-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:1 allocation score on v03-a: 1
+clone_color: vlan104-if:1 allocation score on v03-b: 0
+clone_color: vlan104-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:2 allocation score on v03-a: 0
+clone_color: vlan104-if:2 allocation score on v03-b: 0
+clone_color: vlan104-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:3 allocation score on v03-a: 0
+clone_color: vlan104-if:3 allocation score on v03-b: 0
+clone_color: vlan104-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:4 allocation score on v03-a: 0
+clone_color: vlan104-if:4 allocation score on v03-b: 0
+clone_color: vlan104-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:5 allocation score on v03-a: 0
+clone_color: vlan104-if:5 allocation score on v03-b: 0
+clone_color: vlan104-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:6 allocation score on v03-a: 0
+clone_color: vlan104-if:6 allocation score on v03-b: 0
+clone_color: vlan104-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan104-if:7 allocation score on v03-a: 0
+clone_color: vlan104-if:7 allocation score on v03-b: 0
+clone_color: vlan200-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:0 allocation score on v03-a: 0
+clone_color: vlan200-if:0 allocation score on v03-b: 1
+clone_color: vlan200-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:1 allocation score on v03-a: 1
+clone_color: vlan200-if:1 allocation score on v03-b: 0
+clone_color: vlan200-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:2 allocation score on v03-a: 0
+clone_color: vlan200-if:2 allocation score on v03-b: 0
+clone_color: vlan200-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:3 allocation score on v03-a: 0
+clone_color: vlan200-if:3 allocation score on v03-b: 0
+clone_color: vlan200-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:4 allocation score on v03-a: 0
+clone_color: vlan200-if:4 allocation score on v03-b: 0
+clone_color: vlan200-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:5 allocation score on v03-a: 0
+clone_color: vlan200-if:5 allocation score on v03-b: 0
+clone_color: vlan200-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:6 allocation score on v03-a: 0
+clone_color: vlan200-if:6 allocation score on v03-b: 0
+clone_color: vlan200-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan200-if:7 allocation score on v03-a: 0
+clone_color: vlan200-if:7 allocation score on v03-b: 0
+clone_color: vlan3-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:0 allocation score on v03-a: 0
+clone_color: vlan3-if:0 allocation score on v03-b: 1
+clone_color: vlan3-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:1 allocation score on v03-a: 1
+clone_color: vlan3-if:1 allocation score on v03-b: 0
+clone_color: vlan3-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:2 allocation score on v03-a: 0
+clone_color: vlan3-if:2 allocation score on v03-b: 0
+clone_color: vlan3-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:3 allocation score on v03-a: 0
+clone_color: vlan3-if:3 allocation score on v03-b: 0
+clone_color: vlan3-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:4 allocation score on v03-a: 0
+clone_color: vlan3-if:4 allocation score on v03-b: 0
+clone_color: vlan3-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:5 allocation score on v03-a: 0
+clone_color: vlan3-if:5 allocation score on v03-b: 0
+clone_color: vlan3-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:6 allocation score on v03-a: 0
+clone_color: vlan3-if:6 allocation score on v03-b: 0
+clone_color: vlan3-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan3-if:7 allocation score on v03-a: 0
+clone_color: vlan3-if:7 allocation score on v03-b: 0
+clone_color: vlan4-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:0 allocation score on v03-a: 0
+clone_color: vlan4-if:0 allocation score on v03-b: 1
+clone_color: vlan4-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:1 allocation score on v03-a: 1
+clone_color: vlan4-if:1 allocation score on v03-b: 0
+clone_color: vlan4-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:2 allocation score on v03-a: 0
+clone_color: vlan4-if:2 allocation score on v03-b: 0
+clone_color: vlan4-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:3 allocation score on v03-a: 0
+clone_color: vlan4-if:3 allocation score on v03-b: 0
+clone_color: vlan4-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:4 allocation score on v03-a: 0
+clone_color: vlan4-if:4 allocation score on v03-b: 0
+clone_color: vlan4-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:5 allocation score on v03-a: 0
+clone_color: vlan4-if:5 allocation score on v03-b: 0
+clone_color: vlan4-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:6 allocation score on v03-a: 0
+clone_color: vlan4-if:6 allocation score on v03-b: 0
+clone_color: vlan4-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan4-if:7 allocation score on v03-a: 0
+clone_color: vlan4-if:7 allocation score on v03-b: 0
+clone_color: vlan5-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:0 allocation score on v03-a: 0
+clone_color: vlan5-if:0 allocation score on v03-b: 1
+clone_color: vlan5-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:1 allocation score on v03-a: 1
+clone_color: vlan5-if:1 allocation score on v03-b: 0
+clone_color: vlan5-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:2 allocation score on v03-a: 0
+clone_color: vlan5-if:2 allocation score on v03-b: 0
+clone_color: vlan5-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:3 allocation score on v03-a: 0
+clone_color: vlan5-if:3 allocation score on v03-b: 0
+clone_color: vlan5-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:4 allocation score on v03-a: 0
+clone_color: vlan5-if:4 allocation score on v03-b: 0
+clone_color: vlan5-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:5 allocation score on v03-a: 0
+clone_color: vlan5-if:5 allocation score on v03-b: 0
+clone_color: vlan5-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:6 allocation score on v03-a: 0
+clone_color: vlan5-if:6 allocation score on v03-b: 0
+clone_color: vlan5-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan5-if:7 allocation score on v03-a: 0
+clone_color: vlan5-if:7 allocation score on v03-b: 0
+clone_color: vlan900-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:0 allocation score on v03-a: 0
+clone_color: vlan900-if:0 allocation score on v03-b: 1
+clone_color: vlan900-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:1 allocation score on v03-a: 1
+clone_color: vlan900-if:1 allocation score on v03-b: 0
+clone_color: vlan900-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:2 allocation score on v03-a: 0
+clone_color: vlan900-if:2 allocation score on v03-b: 0
+clone_color: vlan900-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:3 allocation score on v03-a: 0
+clone_color: vlan900-if:3 allocation score on v03-b: 0
+clone_color: vlan900-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:4 allocation score on v03-a: 0
+clone_color: vlan900-if:4 allocation score on v03-b: 0
+clone_color: vlan900-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:5 allocation score on v03-a: 0
+clone_color: vlan900-if:5 allocation score on v03-b: 0
+clone_color: vlan900-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:6 allocation score on v03-a: 0
+clone_color: vlan900-if:6 allocation score on v03-b: 0
+clone_color: vlan900-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan900-if:7 allocation score on v03-a: 0
+clone_color: vlan900-if:7 allocation score on v03-b: 0
+clone_color: vlan909-if:0 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:0 allocation score on v03-a: 0
+clone_color: vlan909-if:0 allocation score on v03-b: 1
+clone_color: vlan909-if:1 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:1 allocation score on v03-a: 1
+clone_color: vlan909-if:1 allocation score on v03-b: 0
+clone_color: vlan909-if:2 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:2 allocation score on v03-a: 0
+clone_color: vlan909-if:2 allocation score on v03-b: 0
+clone_color: vlan909-if:3 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:3 allocation score on v03-a: 0
+clone_color: vlan909-if:3 allocation score on v03-b: 0
+clone_color: vlan909-if:4 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:4 allocation score on v03-a: 0
+clone_color: vlan909-if:4 allocation score on v03-b: 0
+clone_color: vlan909-if:5 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:5 allocation score on v03-a: 0
+clone_color: vlan909-if:5 allocation score on v03-b: 0
+clone_color: vlan909-if:6 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:6 allocation score on v03-a: 0
+clone_color: vlan909-if:6 allocation score on v03-b: 0
+clone_color: vlan909-if:7 allocation score on mgmt01: -INFINITY
+clone_color: vlan909-if:7 allocation score on v03-a: 0
+clone_color: vlan909-if:7 allocation score on v03-b: 0
+native_color: c5-x64-devel.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: c5-x64-devel.vds-ok.com-vm allocation score on v03-a: 0
+native_color: c5-x64-devel.vds-ok.com-vm allocation score on v03-b: 0
+native_color: c6-x64-devel.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: c6-x64-devel.vds-ok.com-vm allocation score on v03-a: 0
+native_color: c6-x64-devel.vds-ok.com-vm allocation score on v03-b: 0
+native_color: cloudsrv.credo-dialogue.com-vm allocation score on mgmt01: -INFINITY
+native_color: cloudsrv.credo-dialogue.com-vm allocation score on v03-a: 0
+native_color: cloudsrv.credo-dialogue.com-vm allocation score on v03-b: 0
+native_color: clvmd:0 allocation score on mgmt01: 1
+native_color: clvmd:0 allocation score on v03-a: -INFINITY
+native_color: clvmd:0 allocation score on v03-b: -INFINITY
+native_color: clvmd:1 allocation score on mgmt01: -INFINITY
+native_color: clvmd:1 allocation score on v03-a: -INFINITY
+native_color: clvmd:1 allocation score on v03-b: 1
+native_color: clvmd:2 allocation score on mgmt01: -INFINITY
+native_color: clvmd:2 allocation score on v03-a: 1
+native_color: clvmd:2 allocation score on v03-b: -INFINITY
+native_color: clvmd:3 allocation score on mgmt01: -INFINITY
+native_color: clvmd:3 allocation score on v03-a: -INFINITY
+native_color: clvmd:3 allocation score on v03-b: -INFINITY
+native_color: clvmd:4 allocation score on mgmt01: -INFINITY
+native_color: clvmd:4 allocation score on v03-a: -INFINITY
+native_color: clvmd:4 allocation score on v03-b: -INFINITY
+native_color: clvmd:5 allocation score on mgmt01: -INFINITY
+native_color: clvmd:5 allocation score on v03-a: -INFINITY
+native_color: clvmd:5 allocation score on v03-b: -INFINITY
+native_color: clvmd:6 allocation score on mgmt01: -INFINITY
+native_color: clvmd:6 allocation score on v03-a: -INFINITY
+native_color: clvmd:6 allocation score on v03-b: -INFINITY
+native_color: clvmd:7 allocation score on mgmt01: -INFINITY
+native_color: clvmd:7 allocation score on v03-a: -INFINITY
+native_color: clvmd:7 allocation score on v03-b: -INFINITY
+native_color: clvmd:8 allocation score on mgmt01: -INFINITY
+native_color: clvmd:8 allocation score on v03-a: -INFINITY
+native_color: clvmd:8 allocation score on v03-b: -INFINITY
+native_color: dist.express-consult.org-vm allocation score on mgmt01: -INFINITY
+native_color: dist.express-consult.org-vm allocation score on v03-a: -INFINITY
+native_color: dist.express-consult.org-vm allocation score on v03-b: -INFINITY
+native_color: dist.fly-uni.org-vm allocation score on mgmt01: -INFINITY
+native_color: dist.fly-uni.org-vm allocation score on v03-a: -INFINITY
+native_color: dist.fly-uni.org-vm allocation score on v03-b: -INFINITY
+native_color: dlm:0 allocation score on mgmt01: 1
+native_color: dlm:0 allocation score on v03-a: -INFINITY
+native_color: dlm:0 allocation score on v03-b: -INFINITY
+native_color: dlm:1 allocation score on mgmt01: 0
+native_color: dlm:1 allocation score on v03-a: -INFINITY
+native_color: dlm:1 allocation score on v03-b: 1
+native_color: dlm:2 allocation score on mgmt01: 0
+native_color: dlm:2 allocation score on v03-a: 1
+native_color: dlm:2 allocation score on v03-b: 0
+native_color: dlm:3 allocation score on mgmt01: -INFINITY
+native_color: dlm:3 allocation score on v03-a: -INFINITY
+native_color: dlm:3 allocation score on v03-b: -INFINITY
+native_color: dlm:4 allocation score on mgmt01: -INFINITY
+native_color: dlm:4 allocation score on v03-a: -INFINITY
+native_color: dlm:4 allocation score on v03-b: -INFINITY
+native_color: dlm:5 allocation score on mgmt01: -INFINITY
+native_color: dlm:5 allocation score on v03-a: -INFINITY
+native_color: dlm:5 allocation score on v03-b: -INFINITY
+native_color: dlm:6 allocation score on mgmt01: -INFINITY
+native_color: dlm:6 allocation score on v03-a: -INFINITY
+native_color: dlm:6 allocation score on v03-b: -INFINITY
+native_color: dlm:7 allocation score on mgmt01: -INFINITY
+native_color: dlm:7 allocation score on v03-a: -INFINITY
+native_color: dlm:7 allocation score on v03-b: -INFINITY
+native_color: dlm:8 allocation score on mgmt01: -INFINITY
+native_color: dlm:8 allocation score on v03-a: -INFINITY
+native_color: dlm:8 allocation score on v03-b: -INFINITY
+native_color: eu1.ca-pages.com-vm allocation score on mgmt01: -INFINITY
+native_color: eu1.ca-pages.com-vm allocation score on v03-a: -INFINITY
+native_color: eu1.ca-pages.com-vm allocation score on v03-b: -INFINITY
+native_color: eu2.ca-pages.com-vm allocation score on mgmt01: -INFINITY
+native_color: eu2.ca-pages.com-vm allocation score on v03-a: -INFINITY
+native_color: eu2.ca-pages.com-vm allocation score on v03-b: -INFINITY
+native_color: f13-x64-devel.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: f13-x64-devel.vds-ok.com-vm allocation score on v03-a: 0
+native_color: f13-x64-devel.vds-ok.com-vm allocation score on v03-b: 0
+native_color: git.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: git.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: git.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: gotin-bbb-vm allocation score on mgmt01: -INFINITY
+native_color: gotin-bbb-vm allocation score on v03-a: -INFINITY
+native_color: gotin-bbb-vm allocation score on v03-b: -INFINITY
+native_color: gw.anbriz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: gw.anbriz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: gw.anbriz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: gw.gleb.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: gw.gleb.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: gw.gleb.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: gw.gotin.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: gw.gotin.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: gw.gotin.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: iscsid:0 allocation score on mgmt01: 1
+native_color: iscsid:0 allocation score on v03-a: -INFINITY
+native_color: iscsid:0 allocation score on v03-b: -INFINITY
+native_color: iscsid:1 allocation score on mgmt01: 0
+native_color: iscsid:1 allocation score on v03-a: -INFINITY
+native_color: iscsid:1 allocation score on v03-b: 1
+native_color: iscsid:2 allocation score on mgmt01: 0
+native_color: iscsid:2 allocation score on v03-a: 1
+native_color: iscsid:2 allocation score on v03-b: 0
+native_color: iscsid:3 allocation score on mgmt01: -INFINITY
+native_color: iscsid:3 allocation score on v03-a: -INFINITY
+native_color: iscsid:3 allocation score on v03-b: -INFINITY
+native_color: iscsid:4 allocation score on mgmt01: -INFINITY
+native_color: iscsid:4 allocation score on v03-a: -INFINITY
+native_color: iscsid:4 allocation score on v03-b: -INFINITY
+native_color: iscsid:5 allocation score on mgmt01: -INFINITY
+native_color: iscsid:5 allocation score on v03-a: -INFINITY
+native_color: iscsid:5 allocation score on v03-b: -INFINITY
+native_color: iscsid:6 allocation score on mgmt01: -INFINITY
+native_color: iscsid:6 allocation score on v03-a: -INFINITY
+native_color: iscsid:6 allocation score on v03-b: -INFINITY
+native_color: iscsid:7 allocation score on mgmt01: -INFINITY
+native_color: iscsid:7 allocation score on v03-a: -INFINITY
+native_color: iscsid:7 allocation score on v03-b: -INFINITY
+native_color: iscsid:8 allocation score on mgmt01: -INFINITY
+native_color: iscsid:8 allocation score on v03-a: -INFINITY
+native_color: iscsid:8 allocation score on v03-b: -INFINITY
+native_color: ktstudio.net-vm allocation score on mgmt01: -INFINITY
+native_color: ktstudio.net-vm allocation score on v03-a: 0
+native_color: ktstudio.net-vm allocation score on v03-b: 0
+native_color: lenny-x32-devel-vm allocation score on mgmt01: -INFINITY
+native_color: lenny-x32-devel-vm allocation score on v03-a: 0
+native_color: lenny-x32-devel-vm allocation score on v03-b: 0
+native_color: libvirt-images-fs:0 allocation score on mgmt01: 1
+native_color: libvirt-images-fs:0 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:0 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:1 allocation score on mgmt01: 0
+native_color: libvirt-images-fs:1 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:1 allocation score on v03-b: 1
+native_color: libvirt-images-fs:2 allocation score on mgmt01: 0
+native_color: libvirt-images-fs:2 allocation score on v03-a: 1
+native_color: libvirt-images-fs:2 allocation score on v03-b: 0
+native_color: libvirt-images-fs:3 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:3 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:3 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:4 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:4 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:4 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:5 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:5 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:5 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:6 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:6 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:6 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:7 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:7 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:7 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-fs:8 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-fs:8 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-fs:8 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:0 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:0 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:0 allocation score on v03-b: 1
+native_color: libvirt-images-pool:1 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:1 allocation score on v03-a: 1
+native_color: libvirt-images-pool:1 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:2 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:2 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:2 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:3 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:3 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:3 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:4 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:4 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:4 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:5 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:5 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:5 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:6 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:6 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:6 allocation score on v03-b: -INFINITY
+native_color: libvirt-images-pool:7 allocation score on mgmt01: -INFINITY
+native_color: libvirt-images-pool:7 allocation score on v03-a: -INFINITY
+native_color: libvirt-images-pool:7 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:0 allocation score on mgmt01: 1
+native_color: libvirt-install-fs:0 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:0 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:1 allocation score on mgmt01: 0
+native_color: libvirt-install-fs:1 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:1 allocation score on v03-b: 1
+native_color: libvirt-install-fs:2 allocation score on mgmt01: 0
+native_color: libvirt-install-fs:2 allocation score on v03-a: 1
+native_color: libvirt-install-fs:2 allocation score on v03-b: 0
+native_color: libvirt-install-fs:3 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:3 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:3 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:4 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:4 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:4 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:5 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:5 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:5 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:6 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:6 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:6 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:7 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:7 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:7 allocation score on v03-b: -INFINITY
+native_color: libvirt-install-fs:8 allocation score on mgmt01: -INFINITY
+native_color: libvirt-install-fs:8 allocation score on v03-a: -INFINITY
+native_color: libvirt-install-fs:8 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:0 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:0 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:0 allocation score on v03-b: 1
+native_color: libvirt-qpid:1 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:1 allocation score on v03-a: 1
+native_color: libvirt-qpid:1 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:2 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:2 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:2 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:3 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:3 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:3 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:4 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:4 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:4 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:5 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:5 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:5 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:6 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:6 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:6 allocation score on v03-b: -INFINITY
+native_color: libvirt-qpid:7 allocation score on mgmt01: -INFINITY
+native_color: libvirt-qpid:7 allocation score on v03-a: -INFINITY
+native_color: libvirt-qpid:7 allocation score on v03-b: -INFINITY
+native_color: libvirtd:0 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:0 allocation score on v03-a: -INFINITY
+native_color: libvirtd:0 allocation score on v03-b: 1
+native_color: libvirtd:1 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:1 allocation score on v03-a: 1
+native_color: libvirtd:1 allocation score on v03-b: -INFINITY
+native_color: libvirtd:2 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:2 allocation score on v03-a: -INFINITY
+native_color: libvirtd:2 allocation score on v03-b: -INFINITY
+native_color: libvirtd:3 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:3 allocation score on v03-a: -INFINITY
+native_color: libvirtd:3 allocation score on v03-b: -INFINITY
+native_color: libvirtd:4 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:4 allocation score on v03-a: -INFINITY
+native_color: libvirtd:4 allocation score on v03-b: -INFINITY
+native_color: libvirtd:5 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:5 allocation score on v03-a: -INFINITY
+native_color: libvirtd:5 allocation score on v03-b: -INFINITY
+native_color: libvirtd:6 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:6 allocation score on v03-a: -INFINITY
+native_color: libvirtd:6 allocation score on v03-b: -INFINITY
+native_color: libvirtd:7 allocation score on mgmt01: -INFINITY
+native_color: libvirtd:7 allocation score on v03-a: -INFINITY
+native_color: libvirtd:7 allocation score on v03-b: -INFINITY
+native_color: license.anbriz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: license.anbriz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: license.anbriz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre01-left.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre01-left.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre01-left.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre01-right.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre01-right.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre01-right.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre02-left.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre02-left.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre02-left.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre02-right.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre02-right.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre02-right.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre03-left.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre03-left.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre03-left.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre03-right.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre03-right.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre03-right.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre04-left.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre04-left.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre04-left.vds-ok.com-vm allocation score on v03-b: 0
+native_color: lustre04-right.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: lustre04-right.vds-ok.com-vm allocation score on v03-a: 0
+native_color: lustre04-right.vds-ok.com-vm allocation score on v03-b: 0
+native_color: maxb-c55-vm allocation score on mgmt01: -INFINITY
+native_color: maxb-c55-vm allocation score on v03-a: -INFINITY
+native_color: maxb-c55-vm allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:0 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:0 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:0 allocation score on v03-b: 1
+native_color: mcast-anbriz-net:1 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:1 allocation score on v03-a: 1
+native_color: mcast-anbriz-net:1 allocation score on v03-b: 0
+native_color: mcast-anbriz-net:2 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:2 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:2 allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:3 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:3 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:3 allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:4 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:4 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:4 allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:5 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:5 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:5 allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:6 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:6 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:6 allocation score on v03-b: -INFINITY
+native_color: mcast-anbriz-net:7 allocation score on mgmt01: -INFINITY
+native_color: mcast-anbriz-net:7 allocation score on v03-a: -INFINITY
+native_color: mcast-anbriz-net:7 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:0 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:0 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:0 allocation score on v03-b: 1
+native_color: mcast-gleb-net:1 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:1 allocation score on v03-a: 1
+native_color: mcast-gleb-net:1 allocation score on v03-b: 0
+native_color: mcast-gleb-net:2 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:2 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:2 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:3 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:3 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:3 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:4 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:4 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:4 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:5 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:5 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:5 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:6 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:6 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:6 allocation score on v03-b: -INFINITY
+native_color: mcast-gleb-net:7 allocation score on mgmt01: -INFINITY
+native_color: mcast-gleb-net:7 allocation score on v03-a: -INFINITY
+native_color: mcast-gleb-net:7 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:0 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:0 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:0 allocation score on v03-b: 1
+native_color: mcast-test-net:1 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:1 allocation score on v03-a: 1
+native_color: mcast-test-net:1 allocation score on v03-b: 0
+native_color: mcast-test-net:2 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:2 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:2 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:3 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:3 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:3 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:4 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:4 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:4 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:5 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:5 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:5 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:6 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:6 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:6 allocation score on v03-b: -INFINITY
+native_color: mcast-test-net:7 allocation score on mgmt01: -INFINITY
+native_color: mcast-test-net:7 allocation score on v03-a: -INFINITY
+native_color: mcast-test-net:7 allocation score on v03-b: -INFINITY
+native_color: metae.ru-vm allocation score on mgmt01: -INFINITY
+native_color: metae.ru-vm allocation score on v03-a: -INFINITY
+native_color: metae.ru-vm allocation score on v03-b: -INFINITY
+native_color: multipathd:0 allocation score on mgmt01: 1
+native_color: multipathd:0 allocation score on v03-a: -INFINITY
+native_color: multipathd:0 allocation score on v03-b: -INFINITY
+native_color: multipathd:1 allocation score on mgmt01: 0
+native_color: multipathd:1 allocation score on v03-a: -INFINITY
+native_color: multipathd:1 allocation score on v03-b: 1
+native_color: multipathd:2 allocation score on mgmt01: 0
+native_color: multipathd:2 allocation score on v03-a: 1
+native_color: multipathd:2 allocation score on v03-b: 0
+native_color: multipathd:3 allocation score on mgmt01: -INFINITY
+native_color: multipathd:3 allocation score on v03-a: -INFINITY
+native_color: multipathd:3 allocation score on v03-b: -INFINITY
+native_color: multipathd:4 allocation score on mgmt01: -INFINITY
+native_color: multipathd:4 allocation score on v03-a: -INFINITY
+native_color: multipathd:4 allocation score on v03-b: -INFINITY
+native_color: multipathd:5 allocation score on mgmt01: -INFINITY
+native_color: multipathd:5 allocation score on v03-a: -INFINITY
+native_color: multipathd:5 allocation score on v03-b: -INFINITY
+native_color: multipathd:6 allocation score on mgmt01: -INFINITY
+native_color: multipathd:6 allocation score on v03-a: -INFINITY
+native_color: multipathd:6 allocation score on v03-b: -INFINITY
+native_color: multipathd:7 allocation score on mgmt01: -INFINITY
+native_color: multipathd:7 allocation score on v03-a: -INFINITY
+native_color: multipathd:7 allocation score on v03-b: -INFINITY
+native_color: multipathd:8 allocation score on mgmt01: -INFINITY
+native_color: multipathd:8 allocation score on v03-a: -INFINITY
+native_color: multipathd:8 allocation score on v03-b: -INFINITY
+native_color: node-params:0 allocation score on mgmt01: -INFINITY
+native_color: node-params:0 allocation score on v03-a: -INFINITY
+native_color: node-params:0 allocation score on v03-b: 1
+native_color: node-params:1 allocation score on mgmt01: -INFINITY
+native_color: node-params:1 allocation score on v03-a: 1
+native_color: node-params:1 allocation score on v03-b: 0
+native_color: node-params:2 allocation score on mgmt01: -INFINITY
+native_color: node-params:2 allocation score on v03-a: -INFINITY
+native_color: node-params:2 allocation score on v03-b: -INFINITY
+native_color: node-params:3 allocation score on mgmt01: -INFINITY
+native_color: node-params:3 allocation score on v03-a: -INFINITY
+native_color: node-params:3 allocation score on v03-b: -INFINITY
+native_color: node-params:4 allocation score on mgmt01: -INFINITY
+native_color: node-params:4 allocation score on v03-a: -INFINITY
+native_color: node-params:4 allocation score on v03-b: -INFINITY
+native_color: node-params:5 allocation score on mgmt01: -INFINITY
+native_color: node-params:5 allocation score on v03-a: -INFINITY
+native_color: node-params:5 allocation score on v03-b: -INFINITY
+native_color: node-params:6 allocation score on mgmt01: -INFINITY
+native_color: node-params:6 allocation score on v03-a: -INFINITY
+native_color: node-params:6 allocation score on v03-b: -INFINITY
+native_color: node-params:7 allocation score on mgmt01: -INFINITY
+native_color: node-params:7 allocation score on v03-a: -INFINITY
+native_color: node-params:7 allocation score on v03-b: -INFINITY
+native_color: rodovoepomestie.ru-vm allocation score on mgmt01: -INFINITY
+native_color: rodovoepomestie.ru-vm allocation score on v03-a: -INFINITY
+native_color: rodovoepomestie.ru-vm allocation score on v03-b: -INFINITY
+native_color: stonith-mgmt01 allocation score on mgmt01: -INFINITY
+native_color: stonith-mgmt01 allocation score on v03-a: 0
+native_color: stonith-mgmt01 allocation score on v03-b: 0
+native_color: stonith-mgmt02 allocation score on mgmt01: 0
+native_color: stonith-mgmt02 allocation score on v03-a: 0
+native_color: stonith-mgmt02 allocation score on v03-b: 0
+native_color: stonith-v02-a allocation score on mgmt01: -INFINITY
+native_color: stonith-v02-a allocation score on v03-a: -INFINITY
+native_color: stonith-v02-a allocation score on v03-b: -INFINITY
+native_color: stonith-v02-b allocation score on mgmt01: -INFINITY
+native_color: stonith-v02-b allocation score on v03-a: -INFINITY
+native_color: stonith-v02-b allocation score on v03-b: -INFINITY
+native_color: stonith-v02-c allocation score on mgmt01: -INFINITY
+native_color: stonith-v02-c allocation score on v03-a: -INFINITY
+native_color: stonith-v02-c allocation score on v03-b: -INFINITY
+native_color: stonith-v02-d allocation score on mgmt01: -INFINITY
+native_color: stonith-v02-d allocation score on v03-a: -INFINITY
+native_color: stonith-v02-d allocation score on v03-b: -INFINITY
+native_color: stonith-v03-a allocation score on mgmt01: 0
+native_color: stonith-v03-a allocation score on v03-a: -INFINITY
+native_color: stonith-v03-a allocation score on v03-b: 0
+native_color: stonith-v03-b allocation score on mgmt01: 0
+native_color: stonith-v03-b allocation score on v03-a: 0
+native_color: stonith-v03-b allocation score on v03-b: -INFINITY
+native_color: stonith-v03-c allocation score on mgmt01: -INFINITY
+native_color: stonith-v03-c allocation score on v03-a: -INFINITY
+native_color: stonith-v03-c allocation score on v03-b: -INFINITY
+native_color: stonith-v03-d allocation score on mgmt01: -INFINITY
+native_color: stonith-v03-d allocation score on v03-a: -INFINITY
+native_color: stonith-v03-d allocation score on v03-b: -INFINITY
+native_color: terminal.anbriz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: terminal.anbriz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: terminal.anbriz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: terminal0.anbriz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: terminal0.anbriz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: terminal0.anbriz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: test-01.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: test-01.vds-ok.com-vm allocation score on v03-a: 0
+native_color: test-01.vds-ok.com-vm allocation score on v03-b: 0
+native_color: ubuntu9.10-gotin-vm allocation score on mgmt01: -INFINITY
+native_color: ubuntu9.10-gotin-vm allocation score on v03-a: -INFINITY
+native_color: ubuntu9.10-gotin-vm allocation score on v03-b: -INFINITY
+native_color: vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: 0
+native_color: vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: 0
+native_color: vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on mgmt01: -INFINITY
+native_color: vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-a: -INFINITY
+native_color: vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:0 allocation score on mgmt01: 1
+native_color: vds-ok-pool-0-iscsi:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:0 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:1 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:1 allocation score on v03-b: 1
+native_color: vds-ok-pool-0-iscsi:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:2 allocation score on v03-a: 1
+native_color: vds-ok-pool-0-iscsi:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-iscsi:8 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-iscsi:8 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-iscsi:8 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:0 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:0 allocation score on v03-b: 1
+native_color: vds-ok-pool-0-pool:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:1 allocation score on v03-a: 1
+native_color: vds-ok-pool-0-pool:1 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:2 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-pool:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-pool:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-pool:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:0 allocation score on mgmt01: 1
+native_color: vds-ok-pool-0-vg:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:0 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:1 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:1 allocation score on v03-b: 1
+native_color: vds-ok-pool-0-vg:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:2 allocation score on v03-a: 1
+native_color: vds-ok-pool-0-vg:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-0-vg:8 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-0-vg:8 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-0-vg:8 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:0 allocation score on mgmt01: 1
+native_color: vds-ok-pool-1-iscsi:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:0 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:1 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:1 allocation score on v03-b: 1
+native_color: vds-ok-pool-1-iscsi:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:2 allocation score on v03-a: 1
+native_color: vds-ok-pool-1-iscsi:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-iscsi:8 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-iscsi:8 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-iscsi:8 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:0 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:0 allocation score on v03-b: 1
+native_color: vds-ok-pool-1-pool:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:1 allocation score on v03-a: 1
+native_color: vds-ok-pool-1-pool:1 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:2 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-pool:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-pool:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-pool:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:0 allocation score on mgmt01: 1
+native_color: vds-ok-pool-1-vg:0 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:0 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:1 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:1 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:1 allocation score on v03-b: 1
+native_color: vds-ok-pool-1-vg:2 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:2 allocation score on v03-a: 1
+native_color: vds-ok-pool-1-vg:2 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:3 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:3 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:3 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:4 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:4 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:4 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:5 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:5 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:5 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:6 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:6 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:6 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:7 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:7 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:7 allocation score on v03-b: -INFINITY
+native_color: vds-ok-pool-1-vg:8 allocation score on mgmt01: -INFINITY
+native_color: vds-ok-pool-1-vg:8 allocation score on v03-a: -INFINITY
+native_color: vds-ok-pool-1-vg:8 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:0 allocation score on v03-b: 1
+native_color: vlan1-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:1 allocation score on v03-a: 1
+native_color: vlan1-if:1 allocation score on v03-b: 0
+native_color: vlan1-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan1-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan1-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan1-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:0 allocation score on v03-b: 1
+native_color: vlan101-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:1 allocation score on v03-a: 1
+native_color: vlan101-if:1 allocation score on v03-b: 0
+native_color: vlan101-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan101-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan101-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan101-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:0 allocation score on v03-b: 1
+native_color: vlan102-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:1 allocation score on v03-a: 1
+native_color: vlan102-if:1 allocation score on v03-b: 0
+native_color: vlan102-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan102-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan102-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan102-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:0 allocation score on v03-b: 1
+native_color: vlan103-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:1 allocation score on v03-a: 1
+native_color: vlan103-if:1 allocation score on v03-b: 0
+native_color: vlan103-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan103-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan103-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan103-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:0 allocation score on v03-b: 1
+native_color: vlan104-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:1 allocation score on v03-a: 1
+native_color: vlan104-if:1 allocation score on v03-b: 0
+native_color: vlan104-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan104-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan104-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan104-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:0 allocation score on v03-b: 1
+native_color: vlan200-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:1 allocation score on v03-a: 1
+native_color: vlan200-if:1 allocation score on v03-b: 0
+native_color: vlan200-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan200-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan200-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan200-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:0 allocation score on v03-b: 1
+native_color: vlan3-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:1 allocation score on v03-a: 1
+native_color: vlan3-if:1 allocation score on v03-b: 0
+native_color: vlan3-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan3-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan3-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan3-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:0 allocation score on v03-b: 1
+native_color: vlan4-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:1 allocation score on v03-a: 1
+native_color: vlan4-if:1 allocation score on v03-b: 0
+native_color: vlan4-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan4-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan4-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan4-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:0 allocation score on v03-b: 1
+native_color: vlan5-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:1 allocation score on v03-a: 1
+native_color: vlan5-if:1 allocation score on v03-b: 0
+native_color: vlan5-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan5-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan5-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan5-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:0 allocation score on v03-b: 1
+native_color: vlan900-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:1 allocation score on v03-a: 1
+native_color: vlan900-if:1 allocation score on v03-b: 0
+native_color: vlan900-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan900-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan900-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan900-if:7 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:0 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:0 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:0 allocation score on v03-b: 1
+native_color: vlan909-if:1 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:1 allocation score on v03-a: 1
+native_color: vlan909-if:1 allocation score on v03-b: 0
+native_color: vlan909-if:2 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:2 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:2 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:3 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:3 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:3 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:4 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:4 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:4 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:5 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:5 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:5 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:6 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:6 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:6 allocation score on v03-b: -INFINITY
+native_color: vlan909-if:7 allocation score on mgmt01: -INFINITY
+native_color: vlan909-if:7 allocation score on v03-a: -INFINITY
+native_color: vlan909-if:7 allocation score on v03-b: -INFINITY
+native_color: zakaz.transferrus.ru-vm allocation score on mgmt01: -INFINITY
+native_color: zakaz.transferrus.ru-vm allocation score on v03-a: -INFINITY
+native_color: zakaz.transferrus.ru-vm allocation score on v03-b: -INFINITY
diff --git a/pengine/test10/load-stopped-loop.summary b/pengine/test10/load-stopped-loop.summary
new file mode 100644
index 0000000000..c14e05ddce
--- /dev/null
+++ b/pengine/test10/load-stopped-loop.summary
@@ -0,0 +1,354 @@
+
+Current cluster status:
+Online: [ mgmt01 v03-a v03-b ]
+
+ stonith-v02-a (stonith:fence_ipmilan): Stopped
+ stonith-v02-b (stonith:fence_ipmilan): Stopped
+ stonith-v02-c (stonith:fence_ipmilan): Stopped
+ stonith-v02-d (stonith:fence_ipmilan): Stopped
+ stonith-mgmt01 (stonith:fence_xvm): Started v03-b
+ stonith-mgmt02 (stonith:meatware): Started mgmt01
+ stonith-v03-c (stonith:fence_ipmilan): Stopped
+ stonith-v03-a (stonith:fence_ipmilan): Started v03-b
+ stonith-v03-b (stonith:fence_ipmilan): Started v03-a
+ stonith-v03-d (stonith:fence_ipmilan): Stopped
+ Clone Set: cl-clvmd [clvmd]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ clvmd:3 clvmd:4 clvmd:5 clvmd:6 clvmd:7 clvmd:8 ]
+ Clone Set: cl-dlm [dlm]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ dlm:3 dlm:4 dlm:5 dlm:6 dlm:7 dlm:8 ]
+ Clone Set: cl-iscsid [iscsid]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ iscsid:3 iscsid:4 iscsid:5 iscsid:6 iscsid:7 iscsid:8 ]
+ Clone Set: cl-libvirtd [libvirtd]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirtd:2 libvirtd:3 libvirtd:4 libvirtd:5 libvirtd:6 libvirtd:7 ]
+ Clone Set: cl-multipathd [multipathd]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ multipathd:3 multipathd:4 multipathd:5 multipathd:6 multipathd:7 multipathd:8 ]
+ Clone Set: cl-node-params [node-params]
+ Started: [ v03-a v03-b ]
+ Stopped: [ node-params:2 node-params:3 node-params:4 node-params:5 node-params:6 node-params:7 ]
+ Clone Set: cl-vlan1-if [vlan1-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan1-if:2 vlan1-if:3 vlan1-if:4 vlan1-if:5 vlan1-if:6 vlan1-if:7 ]
+ Clone Set: cl-vlan101-if [vlan101-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan101-if:2 vlan101-if:3 vlan101-if:4 vlan101-if:5 vlan101-if:6 vlan101-if:7 ]
+ Clone Set: cl-vlan102-if [vlan102-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan102-if:2 vlan102-if:3 vlan102-if:4 vlan102-if:5 vlan102-if:6 vlan102-if:7 ]
+ Clone Set: cl-vlan103-if [vlan103-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan103-if:2 vlan103-if:3 vlan103-if:4 vlan103-if:5 vlan103-if:6 vlan103-if:7 ]
+ Clone Set: cl-vlan104-if [vlan104-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan104-if:2 vlan104-if:3 vlan104-if:4 vlan104-if:5 vlan104-if:6 vlan104-if:7 ]
+ Clone Set: cl-vlan3-if [vlan3-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan3-if:2 vlan3-if:3 vlan3-if:4 vlan3-if:5 vlan3-if:6 vlan3-if:7 ]
+ Clone Set: cl-vlan4-if [vlan4-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan4-if:2 vlan4-if:3 vlan4-if:4 vlan4-if:5 vlan4-if:6 vlan4-if:7 ]
+ Clone Set: cl-vlan5-if [vlan5-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan5-if:2 vlan5-if:3 vlan5-if:4 vlan5-if:5 vlan5-if:6 vlan5-if:7 ]
+ Clone Set: cl-vlan900-if [vlan900-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan900-if:2 vlan900-if:3 vlan900-if:4 vlan900-if:5 vlan900-if:6 vlan900-if:7 ]
+ Clone Set: cl-vlan909-if [vlan909-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan909-if:2 vlan909-if:3 vlan909-if:4 vlan909-if:5 vlan909-if:6 vlan909-if:7 ]
+ Clone Set: cl-libvirt-images-fs [libvirt-images-fs]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ libvirt-images-fs:3 libvirt-images-fs:4 libvirt-images-fs:5 libvirt-images-fs:6 libvirt-images-fs:7 libvirt-images-fs:8 ]
+ Clone Set: cl-libvirt-install-fs [libvirt-install-fs]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ libvirt-install-fs:3 libvirt-install-fs:4 libvirt-install-fs:5 libvirt-install-fs:6 libvirt-install-fs:7 libvirt-install-fs:8 ]
+ Clone Set: cl-vds-ok-pool-0-iscsi [vds-ok-pool-0-iscsi]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-iscsi:3 vds-ok-pool-0-iscsi:4 vds-ok-pool-0-iscsi:5 vds-ok-pool-0-iscsi:6 vds-ok-pool-0-iscsi:7 vds-ok-pool-0-iscsi:8 ]
+ Clone Set: cl-vds-ok-pool-0-vg [vds-ok-pool-0-vg]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-vg:3 vds-ok-pool-0-vg:4 vds-ok-pool-0-vg:5 vds-ok-pool-0-vg:6 vds-ok-pool-0-vg:7 vds-ok-pool-0-vg:8 ]
+ Clone Set: cl-vds-ok-pool-1-iscsi [vds-ok-pool-1-iscsi]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-iscsi:3 vds-ok-pool-1-iscsi:4 vds-ok-pool-1-iscsi:5 vds-ok-pool-1-iscsi:6 vds-ok-pool-1-iscsi:7 vds-ok-pool-1-iscsi:8 ]
+ Clone Set: cl-vds-ok-pool-1-vg [vds-ok-pool-1-vg]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-vg:3 vds-ok-pool-1-vg:4 vds-ok-pool-1-vg:5 vds-ok-pool-1-vg:6 vds-ok-pool-1-vg:7 vds-ok-pool-1-vg:8 ]
+ Clone Set: cl-libvirt-images-pool [libvirt-images-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirt-images-pool:2 libvirt-images-pool:3 libvirt-images-pool:4 libvirt-images-pool:5 libvirt-images-pool:6 libvirt-images-pool:7 ]
+ Clone Set: cl-vds-ok-pool-0-pool [vds-ok-pool-0-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-pool:2 vds-ok-pool-0-pool:3 vds-ok-pool-0-pool:4 vds-ok-pool-0-pool:5 vds-ok-pool-0-pool:6 vds-ok-pool-0-pool:7 ]
+ Clone Set: cl-vds-ok-pool-1-pool [vds-ok-pool-1-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-pool:2 vds-ok-pool-1-pool:3 vds-ok-pool-1-pool:4 vds-ok-pool-1-pool:5 vds-ok-pool-1-pool:6 vds-ok-pool-1-pool:7 ]
+ git.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ f13-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ eu2.ca-pages.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ zakaz.transferrus.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ Clone Set: cl-vlan200-if [vlan200-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan200-if:2 vlan200-if:3 vlan200-if:4 vlan200-if:5 vlan200-if:6 vlan200-if:7 ]
+ lenny-x32-devel-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ dist.express-consult.org-vm (ocf::vds-ok:VirtualDomain): Stopped
+ eu1.ca-pages.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ gotin-bbb-vm (ocf::vds-ok:VirtualDomain): Stopped
+ maxb-c55-vm (ocf::vds-ok:VirtualDomain): Stopped
+ metae.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ rodovoepomestie.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ ubuntu9.10-gotin-vm (ocf::vds-ok:VirtualDomain): Stopped
+ c5-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ Clone Set: cl-mcast-test-net [mcast-test-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-test-net:2 mcast-test-net:3 mcast-test-net:4 mcast-test-net:5 mcast-test-net:6 mcast-test-net:7 ]
+ dist.fly-uni.org-vm (ocf::vds-ok:VirtualDomain): Stopped
+ ktstudio.net-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ cloudsrv.credo-dialogue.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ c6-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre01-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre02-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre03-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre03-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre04-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre04-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ Clone Set: cl-mcast-anbriz-net [mcast-anbriz-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-anbriz-net:2 mcast-anbriz-net:3 mcast-anbriz-net:4 mcast-anbriz-net:5 mcast-anbriz-net:6 mcast-anbriz-net:7 ]
+ gw.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ license.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ terminal.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ lustre01-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre02-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ test-01.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ Clone Set: cl-libvirt-qpid [libvirt-qpid]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirt-qpid:2 libvirt-qpid:3 libvirt-qpid:4 libvirt-qpid:5 libvirt-qpid:6 libvirt-qpid:7 ]
+ gw.gleb.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ gw.gotin.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ terminal0.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ Clone Set: cl-mcast-gleb-net [mcast-gleb-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-gleb-net:2 mcast-gleb-net:3 mcast-gleb-net:4 mcast-gleb-net:5 mcast-gleb-net:6 mcast-gleb-net:7 ]
+
+Transition Summary:
+ * Reload vds-ok-pool-0-iscsi:0 (Started mgmt01)
+ * Reload vds-ok-pool-0-iscsi:1 (Started v03-b)
+ * Reload vds-ok-pool-0-iscsi:2 (Started v03-a)
+ * Reload vds-ok-pool-1-iscsi:0 (Started mgmt01)
+ * Reload vds-ok-pool-1-iscsi:1 (Started v03-b)
+ * Reload vds-ok-pool-1-iscsi:2 (Started v03-a)
+ * Restart stonith-v03-b (Started v03-a)
+ * Restart stonith-v03-a (Started v03-b)
+ * Migrate license.anbriz.vds-ok.com-vm (Started v03-b -> v03-a)
+ * Migrate terminal0.anbriz.vds-ok.com-vm (Started v03-a -> v03-b)
+ * Start vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm (v03-a)
+
+Executing cluster transition:
+ * Resource action: vds-ok-pool-0-iscsi:1 reload on mgmt01
+ * Resource action: vds-ok-pool-0-iscsi:1 monitor=30000 on mgmt01
+ * Resource action: vds-ok-pool-0-iscsi:0 reload on v03-b
+ * Resource action: vds-ok-pool-0-iscsi:0 monitor=30000 on v03-b
+ * Resource action: vds-ok-pool-0-iscsi:2 reload on v03-a
+ * Resource action: vds-ok-pool-0-iscsi:2 monitor=30000 on v03-a
+ * Resource action: vds-ok-pool-1-iscsi:1 reload on mgmt01
+ * Resource action: vds-ok-pool-1-iscsi:1 monitor=30000 on mgmt01
+ * Resource action: vds-ok-pool-1-iscsi:0 reload on v03-b
+ * Resource action: vds-ok-pool-1-iscsi:0 monitor=30000 on v03-b
+ * Resource action: vds-ok-pool-1-iscsi:2 reload on v03-a
+ * Resource action: vds-ok-pool-1-iscsi:2 monitor=30000 on v03-a
+ * Resource action: stonith-v03-b stop on v03-a
+ * Resource action: stonith-v03-b start on v03-a
+ * Resource action: stonith-v03-b monitor=60000 on v03-a
+ * Resource action: stonith-v03-a stop on v03-b
+ * Resource action: stonith-v03-a start on v03-b
+ * Resource action: stonith-v03-a monitor=60000 on v03-b
+ * Resource action: license.anbriz.vds-ok.com-vm migrate_to on v03-b
+ * Resource action: terminal0.anbriz.vds-ok.com-vm migrate_to on v03-a
+ * Pseudo action: load_stopped_mgmt01
+ * Resource action: license.anbriz.vds-ok.com-vm migrate_from on v03-a
+ * Resource action: license.anbriz.vds-ok.com-vm stop on v03-b
+ * Resource action: terminal0.anbriz.vds-ok.com-vm migrate_from on v03-b
+ * Resource action: terminal0.anbriz.vds-ok.com-vm stop on v03-a
+ * Pseudo action: load_stopped_v03-b
+ * Pseudo action: load_stopped_v03-a
+ * Pseudo action: all_stopped
+ * Pseudo action: license.anbriz.vds-ok.com-vm_start_0
+ * Pseudo action: terminal0.anbriz.vds-ok.com-vm_start_0
+ * Resource action: vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm start on v03-a
+ * Resource action: license.anbriz.vds-ok.com-vm monitor=10000 on v03-a
+ * Resource action: terminal0.anbriz.vds-ok.com-vm monitor=10000 on v03-b
+ * Resource action: vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm monitor=10000 on v03-a
+
+Revised cluster status:
+Online: [ mgmt01 v03-a v03-b ]
+
+ stonith-v02-a (stonith:fence_ipmilan): Stopped
+ stonith-v02-b (stonith:fence_ipmilan): Stopped
+ stonith-v02-c (stonith:fence_ipmilan): Stopped
+ stonith-v02-d (stonith:fence_ipmilan): Stopped
+ stonith-mgmt01 (stonith:fence_xvm): Started v03-b
+ stonith-mgmt02 (stonith:meatware): Started mgmt01
+ stonith-v03-c (stonith:fence_ipmilan): Stopped
+ stonith-v03-a (stonith:fence_ipmilan): Started v03-b
+ stonith-v03-b (stonith:fence_ipmilan): Started v03-a
+ stonith-v03-d (stonith:fence_ipmilan): Stopped
+ Clone Set: cl-clvmd [clvmd]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ clvmd:3 clvmd:4 clvmd:5 clvmd:6 clvmd:7 clvmd:8 ]
+ Clone Set: cl-dlm [dlm]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ dlm:3 dlm:4 dlm:5 dlm:6 dlm:7 dlm:8 ]
+ Clone Set: cl-iscsid [iscsid]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ iscsid:3 iscsid:4 iscsid:5 iscsid:6 iscsid:7 iscsid:8 ]
+ Clone Set: cl-libvirtd [libvirtd]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirtd:2 libvirtd:3 libvirtd:4 libvirtd:5 libvirtd:6 libvirtd:7 ]
+ Clone Set: cl-multipathd [multipathd]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ multipathd:3 multipathd:4 multipathd:5 multipathd:6 multipathd:7 multipathd:8 ]
+ Clone Set: cl-node-params [node-params]
+ Started: [ v03-a v03-b ]
+ Stopped: [ node-params:2 node-params:3 node-params:4 node-params:5 node-params:6 node-params:7 ]
+ Clone Set: cl-vlan1-if [vlan1-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan1-if:2 vlan1-if:3 vlan1-if:4 vlan1-if:5 vlan1-if:6 vlan1-if:7 ]
+ Clone Set: cl-vlan101-if [vlan101-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan101-if:2 vlan101-if:3 vlan101-if:4 vlan101-if:5 vlan101-if:6 vlan101-if:7 ]
+ Clone Set: cl-vlan102-if [vlan102-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan102-if:2 vlan102-if:3 vlan102-if:4 vlan102-if:5 vlan102-if:6 vlan102-if:7 ]
+ Clone Set: cl-vlan103-if [vlan103-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan103-if:2 vlan103-if:3 vlan103-if:4 vlan103-if:5 vlan103-if:6 vlan103-if:7 ]
+ Clone Set: cl-vlan104-if [vlan104-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan104-if:2 vlan104-if:3 vlan104-if:4 vlan104-if:5 vlan104-if:6 vlan104-if:7 ]
+ Clone Set: cl-vlan3-if [vlan3-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan3-if:2 vlan3-if:3 vlan3-if:4 vlan3-if:5 vlan3-if:6 vlan3-if:7 ]
+ Clone Set: cl-vlan4-if [vlan4-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan4-if:2 vlan4-if:3 vlan4-if:4 vlan4-if:5 vlan4-if:6 vlan4-if:7 ]
+ Clone Set: cl-vlan5-if [vlan5-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan5-if:2 vlan5-if:3 vlan5-if:4 vlan5-if:5 vlan5-if:6 vlan5-if:7 ]
+ Clone Set: cl-vlan900-if [vlan900-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan900-if:2 vlan900-if:3 vlan900-if:4 vlan900-if:5 vlan900-if:6 vlan900-if:7 ]
+ Clone Set: cl-vlan909-if [vlan909-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan909-if:2 vlan909-if:3 vlan909-if:4 vlan909-if:5 vlan909-if:6 vlan909-if:7 ]
+ Clone Set: cl-libvirt-images-fs [libvirt-images-fs]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ libvirt-images-fs:3 libvirt-images-fs:4 libvirt-images-fs:5 libvirt-images-fs:6 libvirt-images-fs:7 libvirt-images-fs:8 ]
+ Clone Set: cl-libvirt-install-fs [libvirt-install-fs]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ libvirt-install-fs:3 libvirt-install-fs:4 libvirt-install-fs:5 libvirt-install-fs:6 libvirt-install-fs:7 libvirt-install-fs:8 ]
+ Clone Set: cl-vds-ok-pool-0-iscsi [vds-ok-pool-0-iscsi]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-iscsi:3 vds-ok-pool-0-iscsi:4 vds-ok-pool-0-iscsi:5 vds-ok-pool-0-iscsi:6 vds-ok-pool-0-iscsi:7 vds-ok-pool-0-iscsi:8 ]
+ Clone Set: cl-vds-ok-pool-0-vg [vds-ok-pool-0-vg]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-vg:3 vds-ok-pool-0-vg:4 vds-ok-pool-0-vg:5 vds-ok-pool-0-vg:6 vds-ok-pool-0-vg:7 vds-ok-pool-0-vg:8 ]
+ Clone Set: cl-vds-ok-pool-1-iscsi [vds-ok-pool-1-iscsi]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-iscsi:3 vds-ok-pool-1-iscsi:4 vds-ok-pool-1-iscsi:5 vds-ok-pool-1-iscsi:6 vds-ok-pool-1-iscsi:7 vds-ok-pool-1-iscsi:8 ]
+ Clone Set: cl-vds-ok-pool-1-vg [vds-ok-pool-1-vg]
+ Started: [ mgmt01 v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-vg:3 vds-ok-pool-1-vg:4 vds-ok-pool-1-vg:5 vds-ok-pool-1-vg:6 vds-ok-pool-1-vg:7 vds-ok-pool-1-vg:8 ]
+ Clone Set: cl-libvirt-images-pool [libvirt-images-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirt-images-pool:2 libvirt-images-pool:3 libvirt-images-pool:4 libvirt-images-pool:5 libvirt-images-pool:6 libvirt-images-pool:7 ]
+ Clone Set: cl-vds-ok-pool-0-pool [vds-ok-pool-0-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vds-ok-pool-0-pool:2 vds-ok-pool-0-pool:3 vds-ok-pool-0-pool:4 vds-ok-pool-0-pool:5 vds-ok-pool-0-pool:6 vds-ok-pool-0-pool:7 ]
+ Clone Set: cl-vds-ok-pool-1-pool [vds-ok-pool-1-pool]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vds-ok-pool-1-pool:2 vds-ok-pool-1-pool:3 vds-ok-pool-1-pool:4 vds-ok-pool-1-pool:5 vds-ok-pool-1-pool:6 vds-ok-pool-1-pool:7 ]
+ git.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ f13-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ eu2.ca-pages.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ zakaz.transferrus.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ Clone Set: cl-vlan200-if [vlan200-if]
+ Started: [ v03-a v03-b ]
+ Stopped: [ vlan200-if:2 vlan200-if:3 vlan200-if:4 vlan200-if:5 vlan200-if:6 vlan200-if:7 ]
+ lenny-x32-devel-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ dist.express-consult.org-vm (ocf::vds-ok:VirtualDomain): Stopped
+ eu1.ca-pages.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ gotin-bbb-vm (ocf::vds-ok:VirtualDomain): Stopped
+ maxb-c55-vm (ocf::vds-ok:VirtualDomain): Stopped
+ metae.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ rodovoepomestie.ru-vm (ocf::vds-ok:VirtualDomain): Stopped
+ ubuntu9.10-gotin-vm (ocf::vds-ok:VirtualDomain): Stopped
+ c5-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ Clone Set: cl-mcast-test-net [mcast-test-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-test-net:2 mcast-test-net:3 mcast-test-net:4 mcast-test-net:5 mcast-test-net:6 mcast-test-net:7 ]
+ dist.fly-uni.org-vm (ocf::vds-ok:VirtualDomain): Stopped
+ ktstudio.net-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ cloudsrv.credo-dialogue.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ c6-x64-devel.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre01-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre02-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre03-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre03-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre04-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ lustre04-right.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ Clone Set: cl-mcast-anbriz-net [mcast-anbriz-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-anbriz-net:2 mcast-anbriz-net:3 mcast-anbriz-net:4 mcast-anbriz-net:5 mcast-anbriz-net:6 mcast-anbriz-net:7 ]
+ gw.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ license.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ terminal.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ lustre01-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ lustre02-left.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ test-01.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-a
+ Clone Set: cl-libvirt-qpid [libvirt-qpid]
+ Started: [ v03-a v03-b ]
+ Stopped: [ libvirt-qpid:2 libvirt-qpid:3 libvirt-qpid:4 libvirt-qpid:5 libvirt-qpid:6 libvirt-qpid:7 ]
+ gw.gleb.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ gw.gotin.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Stopped
+ terminal0.anbriz.vds-ok.com-vm (ocf::vds-ok:VirtualDomain): Started v03-b
+ Clone Set: cl-mcast-gleb-net [mcast-gleb-net]
+ Started: [ v03-a v03-b ]
+ Stopped: [ mcast-gleb-net:2 mcast-gleb-net:3 mcast-gleb-net:4 mcast-gleb-net:5 mcast-gleb-net:6 mcast-gleb-net:7 ]
+
diff --git a/pengine/test10/load-stopped-loop.xml b/pengine/test10/load-stopped-loop.xml
new file mode 100644
index 0000000000..31bd172f88
--- /dev/null
+++ b/pengine/test10/load-stopped-loop.xml
@@ -0,0 +1,3959 @@
+<cib epoch="5985" num_updates="1" admin_epoch="0" validate-with="pacemaker-1.1" crm_feature_set="3.0.6" have-quorum="1" cib-last-written="Tue Mar 6 06:28:57 2012" update-origin="mgmt01" update-client="cibadmin" dc-uuid="mgmt01">
+ <configuration>
+ <crm_config>
+ <cluster_property_set id="cib-bootstrap-options">
+ <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.7-0.18.fc13-e7e74bb0284e5d126e0245edbe3f4cd9a496aed1"/>
+ <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="openais"/>
+ <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="true"/>
+ <nvpair id="cib-bootstrap-options-placement-strategy" name="placement-strategy" value="utilization"/>
+ <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="freeze"/>
+ <nvpair id="cib-bootstrap-options-expected-quorum-votes" name="expected-quorum-votes" value="3"/>
+ <nvpair id="cib-bootstrap-options-stop-orphan-resources" name="stop-orphan-resources" value="true"/>
+ <nvpair id="cib-bootstrap-options-is-managed-default" name="is-managed-default" value="true"/>
+ <nvpair id="cib-bootstrap-options-maintenance-mode" name="maintenance-mode" value="false"/>
+ <nvpair id="cib-bootstrap-options-pe-error-series-max" name="pe-error-series-max" value="100"/>
+ <nvpair id="cib-bootstrap-options-pe-warn-series-max" name="pe-warn-series-max" value="100"/>
+ <nvpair id="cib-bootstrap-options-pe-input-series-max" name="pe-input-series-max" value="100"/>
+ <nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1330956691"/>
+ <nvpair id="cib-bootstrap-options-stop-all-resources" name="stop-all-resources" value="false"/>
+ <nvpair id="cib-bootstrap-options-default-resource-stickiness" name="default-resource-stickiness" value="0"/>
+ <nvpair id="cib-bootstrap-options-cluster-recheck-interval" name="cluster-recheck-interval" value="11min"/>
+ </cluster_property_set>
+ </crm_config>
+ <nodes>
+ <node id="mgmt01" type="normal" uname="mgmt01">
+ <utilization id="mgmt01-utilization">
+ <nvpair id="mgmt01-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="0"/>
+ </utilization>
+ <instance_attributes id="nodes-mgmt01">
+ <nvpair id="nodes-mgmt01-standby" name="standby" value="off"/>
+ </instance_attributes>
+ </node>
+ <node id="v03-a" type="normal" uname="v03-a">
+ <instance_attributes id="nodes-v03-a">
+ <nvpair id="nodes-v03-a-standby" name="standby" value="off"/>
+ </instance_attributes>
+ <utilization id="nodes-v03-a-utilization">
+ <nvpair id="nodes-v03-a-utilization-cpu-decipct" name="cpu-decipct" value="11000"/>
+ <nvpair id="nodes-v03-a-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="44360"/>
+ <nvpair id="nodes-v03-a-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="99999999"/>
+ <nvpair id="nodes-v03-a-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="99999999"/>
+ </utilization>
+ </node>
+ <node id="v03-b" type="normal" uname="v03-b">
+ <instance_attributes id="nodes-v03-b">
+ <nvpair id="nodes-v03-b-standby" name="standby" value="off"/>
+ </instance_attributes>
+ <utilization id="nodes-v03-b-utilization">
+ <nvpair id="nodes-v03-b-utilization-cpu-decipct" name="cpu-decipct" value="11000"/>
+ <nvpair id="nodes-v03-b-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="44360"/>
+ <nvpair id="nodes-v03-b-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="99999999"/>
+ <nvpair id="nodes-v03-b-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="99999999"/>
+ </utilization>
+ </node>
+ </nodes>
+ <resources>
+ <primitive class="stonith" id="stonith-v02-a" type="fence_ipmilan">
+ <instance_attributes id="stonith-v02-a-instance_attributes">
+ <nvpair id="stonith-v02-a-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v02-a-instance_attributes-ipaddr" name="ipaddr" value="v02-a-control"/>
+ <nvpair id="stonith-v02-a-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v02-a-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v02-a-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v02-a-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v02-a-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v02-a-instance_attributes-rechecks-0" name="rechecks" value="5"/>
+ <nvpair id="stonith-v02-a-instance_attributes-recheck_wait-0" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v02-a-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v02-a-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v02-a-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v02-a-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v02-a"/>
+ <nvpair id="stonith-v02-a-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v02-a-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v02-a-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v02-a-meta_attributes">
+ <nvpair id="stonith-v02-a-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v02-b" type="fence_ipmilan">
+ <instance_attributes id="stonith-v02-b-instance_attributes">
+ <nvpair id="stonith-v02-b-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v02-b-instance_attributes-ipaddr" name="ipaddr" value="v02-b-control"/>
+ <nvpair id="stonith-v02-b-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v02-b-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v02-b-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v02-b-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v02-b-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v02-b-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v02-b-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v02-b-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v02-b-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v02-b"/>
+ <nvpair id="stonith-v02-b-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v02-b-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v02-b-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v02-b-meta_attributes">
+ <nvpair id="stonith-v02-b-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v02-c" type="fence_ipmilan">
+ <instance_attributes id="stonith-v02-c-instance_attributes">
+ <nvpair id="stonith-v02-c-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v02-c-instance_attributes-ipaddr" name="ipaddr" value="v02-c-control"/>
+ <nvpair id="stonith-v02-c-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v02-c-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v02-c-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v02-c-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v02-c-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v02-c-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v02-c-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v02-c-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v02-c-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v02-c"/>
+ <nvpair id="stonith-v02-c-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v02-c-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v02-c-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v02-c-meta_attributes">
+ <nvpair id="stonith-v02-c-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v02-d" type="fence_ipmilan">
+ <instance_attributes id="stonith-v02-d-instance_attributes">
+ <nvpair id="stonith-v02-d-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v02-d-instance_attributes-ipaddr" name="ipaddr" value="v02-d-control"/>
+ <nvpair id="stonith-v02-d-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v02-d-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v02-d-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v02-d-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v02-d-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v02-d-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v02-d-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v02-d-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v02-d-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v02-d"/>
+ <nvpair id="stonith-v02-d-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v02-d-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v02-d-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v02-d-meta_attributes">
+ <nvpair id="stonith-v02-d-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-mgmt01" type="fence_xvm">
+ <instance_attributes id="stonith-mgmt01-instance_attributes">
+ <nvpair id="stonith-mgmt01-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-mgmt01-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="mgmt01"/>
+ <nvpair id="stonith-mgmt01-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-mgmt01-instance_attributes-pcmk_reboot_action" name="pcmk_reboot_action" value="off"/>
+ <nvpair id="stonith-mgmt01-instance_attributes-domain" name="domain" value="mgmt01.c01.ttc.prague.cz.vds-ok.com"/>
+ </instance_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-mgmt02" type="meatware">
+ <instance_attributes id="stonith-mgmt02-instance_attributes">
+ <nvpair id="stonith-mgmt02-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-mgmt02-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="mgmt02"/>
+ <nvpair id="stonith-mgmt02-instance_attributes-priority" name="priority" value="0"/>
+ <nvpair id="stonith-mgmt02-instance_attributes-hostlist" name="hostlist" value="mgmt02"/>
+ </instance_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v03-c" type="fence_ipmilan">
+ <instance_attributes id="stonith-v03-c-instance_attributes">
+ <nvpair id="stonith-v03-c-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v03-c-instance_attributes-ipaddr" name="ipaddr" value="v03-c-control"/>
+ <nvpair id="stonith-v03-c-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v03-c-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v03-c-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v03-c-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v03-c-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v03-c-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v03-c-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v03-c-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v03-c-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v03-c"/>
+ <nvpair id="stonith-v03-c-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v03-c-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v03-c-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v03-c-meta_attributes">
+ <nvpair id="stonith-v03-c-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v03-a" type="fence_ipmilan">
+ <instance_attributes id="stonith-v03-a-instance_attributes">
+ <nvpair id="stonith-v03-a-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v03-a-instance_attributes-ipaddr" name="ipaddr" value="v03-a-control"/>
+ <nvpair id="stonith-v03-a-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v03-a-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v03-a-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v03-a-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v03-a-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v03-a-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v03-a-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v03-a-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v03-a-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v03-a"/>
+ <nvpair id="stonith-v03-a-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v03-a-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v03-a-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v03-a-meta_attributes">
+ <nvpair id="stonith-v03-a-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v03-b" type="fence_ipmilan">
+ <instance_attributes id="stonith-v03-b-instance_attributes">
+ <nvpair id="stonith-v03-b-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v03-b-instance_attributes-ipaddr" name="ipaddr" value="v03-b-control"/>
+ <nvpair id="stonith-v03-b-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v03-b-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v03-b-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v03-b-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v03-b-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v03-b-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v03-b-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v03-b-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v03-b-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v03-b"/>
+ <nvpair id="stonith-v03-b-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v03-b-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v03-b-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v03-b-meta_attributes">
+ <nvpair id="stonith-v03-b-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ </primitive>
+ <primitive class="stonith" id="stonith-v03-d" type="fence_ipmilan">
+ <instance_attributes id="stonith-v03-d-instance_attributes">
+ <nvpair id="stonith-v03-d-instance_attributes-auth" name="auth" value="md5"/>
+ <nvpair id="stonith-v03-d-instance_attributes-ipaddr" name="ipaddr" value="v03-d-control"/>
+ <nvpair id="stonith-v03-d-instance_attributes-lanplus" name="lanplus" value="true"/>
+ <nvpair id="stonith-v03-d-instance_attributes-method" name="method" value="onoff"/>
+ <nvpair id="stonith-v03-d-instance_attributes-power_wait" name="power_wait" value="5"/>
+ <nvpair id="stonith-v03-d-instance_attributes-rechecks" name="rechecks" value="5"/>
+ <nvpair id="stonith-v03-d-instance_attributes-recheck_wait" name="recheck_wait" value="1"/>
+ <nvpair id="stonith-v03-d-instance_attributes-login" name="login" value="****"/>
+ <nvpair id="stonith-v03-d-instance_attributes-passwd" name="passwd" value="****"/>
+ <nvpair id="stonith-v03-d-instance_attributes-pcmk_host_check" name="pcmk_host_check" value="static-list"/>
+ <nvpair id="stonith-v03-d-instance_attributes-pcmk_host_list" name="pcmk_host_list" value="v03-d"/>
+ <nvpair id="stonith-v03-d-instance_attributes-pcmk_host_argument" name="pcmk_host_argument" value="none"/>
+ <nvpair id="stonith-v03-d-instance_attributes-priority" name="priority" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="stonith-v03-d-monitor-60s" interval="60s" name="monitor"/>
+ </operations>
+ <meta_attributes id="stonith-v03-d-meta_attributes">
+ <nvpair id="stonith-v03-d-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ </primitive>
+ <clone id="cl-clvmd">
+ <meta_attributes id="cl-clvmd-meta_attributes">
+ <nvpair id="cl-clvmd-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-clvmd-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-clvmd-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="clvmd" provider="vds-ok" type="clvmd">
+ <instance_attributes id="clvmd-instance_attributes">
+ <nvpair id="clvmd-instance_attributes-daemon_options" name="daemon_options" value="-T30"/>
+ <nvpair id="clvmd-instance_attributes-avoid_lck" name="avoid_lck" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="clvmd-monitor-30" interval="30" name="monitor" timeout="120"/>
+ <op id="clvmd-start-0" interval="0" name="start" timeout="90"/>
+ <op id="clvmd-stop-0" interval="0" name="stop" timeout="100"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-dlm">
+ <meta_attributes id="cl-dlm-meta_attributes">
+ <nvpair id="cl-dlm-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-dlm-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-dlm-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="dlm" provider="vds-ok" type="controld">
+ <operations>
+ <op id="dlm-monitor-20" interval="20" name="monitor" on-fail="fence" timeout="20"/>
+ <op id="dlm-start-0" interval="0" name="start" on-fail="fence" timeout="90"/>
+ <op id="dlm-stop-0" interval="0" name="stop" timeout="100"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-iscsid">
+ <meta_attributes id="cl-iscsid-meta_attributes">
+ <nvpair id="cl-iscsid-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-iscsid-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-iscsid-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="iscsid" provider="vds-ok" type="upstart-resource">
+ <instance_attributes id="iscsid-instance_attributes">
+ <nvpair id="iscsid-instance_attributes-job_name" name="job_name" value="iscsid"/>
+ <nvpair id="iscsid-instance_attributes-process_name" name="process_name" value="iscsid"/>
+ </instance_attributes>
+ <operations>
+ <op id="iscsid-monitor-10" interval="10" name="monitor" timeout="30"/>
+ <op id="iscsid-start-0" interval="0" name="start" timeout="30"/>
+ <op id="iscsid-stop-0" interval="0" name="stop" timeout="90"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-libvirtd">
+ <meta_attributes id="cl-libvirtd-meta_attributes">
+ <nvpair id="cl-libvirtd-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-libvirtd-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-libvirtd-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="libvirtd" provider="vds-ok" type="upstart-resource">
+ <instance_attributes id="libvirtd-instance_attributes">
+ <nvpair id="libvirtd-instance_attributes-job_name" name="job_name" value="libvirtd"/>
+ <nvpair id="libvirtd-instance_attributes-process_name" name="process_name" value="libvirtd"/>
+ <nvpair id="libvirtd-instance_attributes-check_command" name="check_command" value="virsh uri"/>
+ <nvpair id="libvirtd-instance_attributes-check_action" name="check_action" value="killall -9 libvirtd"/>
+ </instance_attributes>
+ <operations>
+ <op id="libvirtd-monitor-10" interval="10" name="monitor" timeout="15"/>
+ <op id="libvirtd-start-0" interval="0" name="start" timeout="25"/>
+ <op id="libvirtd-stop-0" interval="0" name="stop" timeout="90"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-multipathd">
+ <meta_attributes id="cl-multipathd-meta_attributes">
+ <nvpair id="cl-multipathd-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-multipathd-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-multipathd-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="multipathd" provider="vds-ok" type="upstart-resource">
+ <instance_attributes id="multipathd-instance_attributes">
+ <nvpair id="multipathd-instance_attributes-job_name" name="job_name" value="multipathd"/>
+ <nvpair id="multipathd-instance_attributes-process_name" name="process_name" value="multipathd"/>
+ </instance_attributes>
+ <operations>
+ <op id="multipathd-monitor-10" interval="10" name="monitor" timeout="30"/>
+ <op id="multipathd-start-0" interval="0" name="start" timeout="30"/>
+ <op id="multipathd-stop-0" interval="0" name="stop" timeout="90"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-node-params">
+ <meta_attributes id="cl-node-params-meta_attributes">
+ <nvpair id="cl-node-params-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-node-params-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-node-params-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="node-params" provider="vds-ok" type="NodeParams">
+ <instance_attributes id="node-params-instance_attributes">
+ <nvpair id="node-params-instance_attributes-use_hugetlb" name="use_hugetlb" value="1"/>
+ <nvpair id="node-params-instance_attributes-cpu_decipct_reserve" name="cpu_decipct_reserve" value="1000"/>
+ <nvpair id="node-params-instance_attributes-ram_mb_reserve" name="ram_mb_reserve" value="4096"/>
+ </instance_attributes>
+ <operations>
+ <op id="node-params-monitor-300" interval="300" name="monitor" timeout="120"/>
+ <op id="node-params-start-0" interval="0" name="start" timeout="90"/>
+ <op id="node-params-stop-0" interval="0" name="stop" timeout="100"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan1-if">
+ <meta_attributes id="cl-vlan1-if-meta_attributes">
+ <nvpair id="cl-vlan1-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan1-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan1-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan1-if-instance_attributes">
+ <nvpair id="vlan1-if-instance_attributes-name" name="name" value="vlan1"/>
+ <nvpair id="vlan1-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan1-if-instance_attributes-vlan_id" name="vlan_id" value="1"/>
+ <nvpair id="vlan1-if-instance_attributes-mtu" name="mtu" value="9192"/>
+ <nvpair id="vlan1-if-instance_attributes-stp" name="stp" value="1"/>
+ <nvpair id="vlan1-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan1-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan1-if-instance_attributes-unmanaged" name="unmanaged" value="1"/>
+ <nvpair id="vlan1-if-instance_attributes-gencfg" name="gencfg" value="0"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan1-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan1-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan1-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan101-if">
+ <meta_attributes id="cl-vlan101-if-meta_attributes">
+ <nvpair id="cl-vlan101-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan101-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan101-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan101-if-instance_attributes">
+ <nvpair id="vlan101-if-instance_attributes-name" name="name" value="vlan101"/>
+ <nvpair id="vlan101-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan101-if-instance_attributes-vlan_id" name="vlan_id" value="101"/>
+ <nvpair id="vlan101-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan101-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan101-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan101-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan101-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan101-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan101-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan101-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan102-if">
+ <meta_attributes id="cl-vlan102-if-meta_attributes">
+ <nvpair id="cl-vlan102-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan102-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan102-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan102-if-instance_attributes">
+ <nvpair id="vlan102-if-instance_attributes-name" name="name" value="vlan102"/>
+ <nvpair id="vlan102-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan102-if-instance_attributes-vlan_id" name="vlan_id" value="102"/>
+ <nvpair id="vlan102-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan102-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan102-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan102-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan102-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan102-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan102-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan102-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan103-if">
+ <meta_attributes id="cl-vlan103-if-meta_attributes">
+ <nvpair id="cl-vlan103-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan103-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan103-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan103-if-instance_attributes">
+ <nvpair id="vlan103-if-instance_attributes-name" name="name" value="vlan103"/>
+ <nvpair id="vlan103-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan103-if-instance_attributes-vlan_id" name="vlan_id" value="103"/>
+ <nvpair id="vlan103-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan103-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan103-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan103-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan103-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan103-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan103-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan103-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan104-if">
+ <meta_attributes id="cl-vlan104-if-meta_attributes">
+ <nvpair id="cl-vlan104-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan104-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan104-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan104-if-instance_attributes">
+ <nvpair id="vlan104-if-instance_attributes-name" name="name" value="vlan104"/>
+ <nvpair id="vlan104-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan104-if-instance_attributes-vlan_id" name="vlan_id" value="104"/>
+ <nvpair id="vlan104-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan104-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan104-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan104-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan104-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan104-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan104-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan104-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan3-if">
+ <meta_attributes id="cl-vlan3-if-meta_attributes">
+ <nvpair id="cl-vlan3-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan3-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan3-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan3-if-instance_attributes">
+ <nvpair id="vlan3-if-instance_attributes-name" name="name" value="vlan3"/>
+ <nvpair id="vlan3-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan3-if-instance_attributes-vlan_id" name="vlan_id" value="3"/>
+ <nvpair id="vlan3-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan3-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan3-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan3-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan3-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan3-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan3-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan3-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan4-if">
+ <meta_attributes id="cl-vlan4-if-meta_attributes">
+ <nvpair id="cl-vlan4-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan4-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan4-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan4-if-instance_attributes">
+ <nvpair id="vlan4-if-instance_attributes-name" name="name" value="vlan4"/>
+ <nvpair id="vlan4-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan4-if-instance_attributes-vlan_id" name="vlan_id" value="4"/>
+ <nvpair id="vlan4-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan4-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan4-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan4-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan4-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan4-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan4-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan4-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan5-if">
+ <meta_attributes id="cl-vlan5-if-meta_attributes">
+ <nvpair id="cl-vlan5-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan5-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan5-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan5-if-instance_attributes">
+ <nvpair id="vlan5-if-instance_attributes-name" name="name" value="vlan5"/>
+ <nvpair id="vlan5-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan5-if-instance_attributes-vlan_id" name="vlan_id" value="5"/>
+ <nvpair id="vlan5-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan5-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan5-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan5-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan5-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan5-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan5-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan5-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan900-if">
+ <meta_attributes id="cl-vlan900-if-meta_attributes">
+ <nvpair id="cl-vlan900-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan900-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan900-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan900-if-instance_attributes">
+ <nvpair id="vlan900-if-instance_attributes-name" name="name" value="vlan900"/>
+ <nvpair id="vlan900-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan900-if-instance_attributes-vlan_id" name="vlan_id" value="900"/>
+ <nvpair id="vlan900-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan900-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan900-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan900-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan900-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan900-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan900-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan900-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vlan909-if">
+ <meta_attributes id="cl-vlan909-if-meta_attributes">
+ <nvpair id="cl-vlan909-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan909-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan909-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan909-if-instance_attributes">
+ <nvpair id="vlan909-if-instance_attributes-name" name="name" value="vlan909"/>
+ <nvpair id="vlan909-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan909-if-instance_attributes-vlan_id" name="vlan_id" value="909"/>
+ <nvpair id="vlan909-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan909-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan909-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan909-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan909-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan909-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan909-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan909-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-libvirt-images-fs">
+ <meta_attributes id="cl-libvirt-images-fs-meta_attributes">
+ <nvpair id="cl-libvirt-images-fs-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-libvirt-images-fs-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-libvirt-images-fs-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="libvirt-images-fs" provider="vds-ok" type="Filesystem">
+ <instance_attributes id="libvirt-images-fs-instance_attributes">
+ <nvpair id="libvirt-images-fs-instance_attributes-device" name="device" value="//10.5.4.242/c01-images/iso"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-directory" name="directory" value="/cluster/storage/libvirt-images-fs"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-fstype" name="fstype" value="cifs"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-options" name="options" value="guest,ro,noacl,perm,setuids"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-manage_directory" name="manage_directory" value="1"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="libvirt-images-fs-instance_attributes-storage_name" name="storage_name" value="libvirt-images-fs"/>
+ </instance_attributes>
+ <operations>
+ <op id="libvirt-images-fs-start-0" interval="0" name="start" timeout="90"/>
+ <op id="libvirt-images-fs-stop-0" interval="0" name="stop" timeout="100"/>
+ <op id="libvirt-images-fs-monitor-120" interval="120" name="monitor" timeout="45">
+ <instance_attributes id="libvirt-images-fs-monitor-120-instance_attributes">
+ <nvpair id="libvirt-images-fs-monitor-120-instance_attributes-depth" name="depth" value="0"/>
+ </instance_attributes>
+ </op>
+ <op id="libvirt-images-fs-monitor-240" interval="240" name="monitor" timeout="240">
+ <instance_attributes id="libvirt-images-fs-monitor-240-instance_attributes">
+ <nvpair id="libvirt-images-fs-monitor-240-instance_attributes-depth" name="depth" value="10"/>
+ </instance_attributes>
+ </op>
+ <op id="libvirt-images-fs-monitor-360" interval="360" name="monitor" timeout="240">
+ <instance_attributes id="libvirt-images-fs-monitor-360-instance_attributes">
+ <nvpair id="libvirt-images-fs-monitor-360-instance_attributes-depth" name="depth" value="20"/>
+ </instance_attributes>
+ </op>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-libvirt-install-fs">
+ <meta_attributes id="cl-libvirt-install-fs-meta_attributes">
+ <nvpair id="cl-libvirt-install-fs-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-libvirt-install-fs-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-libvirt-install-fs-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="libvirt-install-fs" provider="vds-ok" type="Filesystem">
+ <instance_attributes id="libvirt-install-fs-instance_attributes">
+ <nvpair id="libvirt-install-fs-instance_attributes-device" name="device" value="//10.5.4.242/c01-images/install"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-directory" name="directory" value="/cluster/storage/libvirt-install-fs"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-fstype" name="fstype" value="cifs"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-options" name="options" value="guest,ro,noacl,perm,setuids"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-manage_directory" name="manage_directory" value="1"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="libvirt-install-fs-instance_attributes-storage_name" name="storage_name" value="libvirt-install-fs"/>
+ </instance_attributes>
+ <operations>
+ <op id="libvirt-install-fs-start-0" interval="0" name="start" timeout="90"/>
+ <op id="libvirt-install-fs-stop-0" interval="0" name="stop" timeout="100"/>
+ <op id="libvirt-install-fs-monitor-120" interval="120" name="monitor" timeout="45">
+ <instance_attributes id="libvirt-install-fs-monitor-120-instance_attributes">
+ <nvpair id="libvirt-install-fs-monitor-120-instance_attributes-depth" name="depth" value="0"/>
+ </instance_attributes>
+ </op>
+ <op id="libvirt-install-fs-monitor-240" interval="240" name="monitor" timeout="240">
+ <instance_attributes id="libvirt-install-fs-monitor-240-instance_attributes">
+ <nvpair id="libvirt-install-fs-monitor-240-instance_attributes-depth" name="depth" value="10"/>
+ </instance_attributes>
+ </op>
+ <op id="libvirt-install-fs-monitor-360" interval="360" name="monitor" timeout="240">
+ <instance_attributes id="libvirt-install-fs-monitor-360-instance_attributes">
+ <nvpair id="libvirt-install-fs-monitor-360-instance_attributes-depth" name="depth" value="20"/>
+ </instance_attributes>
+ </op>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-0-iscsi">
+ <meta_attributes id="cl-vds-ok-pool-0-iscsi-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-0-iscsi-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-0-iscsi-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-0-iscsi-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-0-iscsi" provider="vds-ok" type="iscsi">
+ <instance_attributes id="vds-ok-pool-0-iscsi-instance_attributes">
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-target" name="target" value="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.0"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-portals" name="portals" value="10.5.4.235 10.5.4.236"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-discovery_type" name="discovery_type" value="sendtargets"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-username" name="username" value="****"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-password" name="password" value="****"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-udev" name="udev" value="yes"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-replacement_timeout" name="replacement_timeout" value="15"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-noop_out_interval" name="noop_out_interval" value="3"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-noop_out_timeout" name="noop_out_timeout" value="2"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-queue_depth" name="queue_depth" value="128"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-cmds_max" name="cmds_max" value="128"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-first_burst_size" name="first_burst_size" value="131072"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-max_burst_size" name="max_burst_size" value="262144"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-max_recv_size" name="max_recv_size" value="65536"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-max_xmit_size" name="max_xmit_size" value="65536"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-mpath_policy" name="mpath_policy" value="multibus"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-mpath_no_path_retry" name="mpath_no_path_retry" value="queue"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-mpath_failback" name="mpath_failback" value="5"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-mpath_rr_min_io" name="mpath_rr_min_io" value="1"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-is_lvm_pv" name="is_lvm_pv" value="1"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-readahead" name="readahead" value="256"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-iosched" name="iosched" value="deadline"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-iosched_tunables" name="iosched_tunables" value="front_merges=0 read_expire=150 write_expire=1500"/>
+ <nvpair id="vds-ok-pool-0-iscsi-instance_attributes-backing_iosched" name="backing_iosched" value="noop"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-0-iscsi-start-0" interval="0" name="start" timeout="240"/>
+ <op id="vds-ok-pool-0-iscsi-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-0-iscsi-monitor-30" interval="30" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-0-vg">
+ <meta_attributes id="cl-vds-ok-pool-0-vg-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-0-vg-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-0-vg-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-0-vg-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-0-vg" provider="vds-ok" type="LVM2">
+ <instance_attributes id="vds-ok-pool-0-vg-instance_attributes">
+ <nvpair id="vds-ok-pool-0-vg-instance_attributes-vg_name" name="vg_name" value="VG_VDS_OK_POOL_0"/>
+ <nvpair id="vds-ok-pool-0-vg-instance_attributes-activation_mode" name="activation_mode" value="local"/>
+ <nvpair id="vds-ok-pool-0-vg-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vds-ok-pool-0-vg-instance_attributes-storage_name" name="storage_name" value="vds-ok-pool-0-vg"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-0-vg-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vds-ok-pool-0-vg-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-0-vg-monitor-120" interval="120" name="monitor" timeout="600"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-1-iscsi">
+ <meta_attributes id="cl-vds-ok-pool-1-iscsi-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-1-iscsi-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-1-iscsi-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-1-iscsi-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-1-iscsi" provider="vds-ok" type="iscsi">
+ <instance_attributes id="vds-ok-pool-1-iscsi-instance_attributes">
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-target" name="target" value="iqn.2010-01.com.vds-ok:storage.vds-ok.s01.1"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-portals" name="portals" value="10.5.4.237 10.5.4.238"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-discovery_type" name="discovery_type" value="sendtargets"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-username" name="username" value="****"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-password" name="password" value="****"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-udev" name="udev" value="yes"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-replacement_timeout" name="replacement_timeout" value="15"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-noop_out_interval" name="noop_out_interval" value="3"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-noop_out_timeout" name="noop_out_timeout" value="2"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-queue_depth" name="queue_depth" value="128"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-cmds_max" name="cmds_max" value="128"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-first_burst_size" name="first_burst_size" value="131072"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-max_burst_size" name="max_burst_size" value="262144"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-max_recv_size" name="max_recv_size" value="65536"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-max_xmit_size" name="max_xmit_size" value="65536"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-mpath_policy" name="mpath_policy" value="multibus"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-mpath_no_path_retry" name="mpath_no_path_retry" value="queue"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-mpath_failback" name="mpath_failback" value="5"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-mpath_rr_min_io" name="mpath_rr_min_io" value="1"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-is_lvm_pv" name="is_lvm_pv" value="1"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-readahead" name="readahead" value="256"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-iosched" name="iosched" value="deadline"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-iosched_tunables" name="iosched_tunables" value="front_merges=0 read_expire=150 write_expire=1500"/>
+ <nvpair id="vds-ok-pool-1-iscsi-instance_attributes-backing_iosched" name="backing_iosched" value="noop"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-1-iscsi-start-0" interval="0" name="start" timeout="240"/>
+ <op id="vds-ok-pool-1-iscsi-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-1-iscsi-monitor-30" interval="30" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-1-vg">
+ <meta_attributes id="cl-vds-ok-pool-1-vg-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-1-vg-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-1-vg-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-1-vg-meta_attributes-clone-max" name="clone-max" value="9"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-1-vg" provider="vds-ok" type="LVM2">
+ <instance_attributes id="vds-ok-pool-1-vg-instance_attributes">
+ <nvpair id="vds-ok-pool-1-vg-instance_attributes-vg_name" name="vg_name" value="VG_VDS_OK_POOL_1"/>
+ <nvpair id="vds-ok-pool-1-vg-instance_attributes-activation_mode" name="activation_mode" value="local"/>
+ <nvpair id="vds-ok-pool-1-vg-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vds-ok-pool-1-vg-instance_attributes-storage_name" name="storage_name" value="vds-ok-pool-1-vg"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-1-vg-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vds-ok-pool-1-vg-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-1-vg-monitor-120" interval="120" name="monitor" timeout="600"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-libvirt-images-pool">
+ <meta_attributes id="cl-libvirt-images-pool-meta_attributes">
+ <nvpair id="cl-libvirt-images-pool-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-libvirt-images-pool-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-libvirt-images-pool-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="libvirt-images-pool" provider="vds-ok" type="LibvirtStoragePool">
+ <instance_attributes id="libvirt-images-pool-instance_attributes">
+ <nvpair id="libvirt-images-pool-instance_attributes-pool_name" name="pool_name" value="libvirt-images"/>
+ <nvpair id="libvirt-images-pool-instance_attributes-pool_uuid" name="pool_uuid" value="ee5963c3-6b9b-43ac-881b-66c3e7d2b91a"/>
+ <nvpair id="libvirt-images-pool-instance_attributes-pool_type" name="pool_type" value="DIR"/>
+ <nvpair id="libvirt-images-pool-instance_attributes-pool_storage_name" name="pool_storage_name" value="libvirt-images-fs"/>
+ <nvpair id="libvirt-images-pool-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="libvirt-images-pool-instance_attributes-autostart" name="autostart" value="yes"/>
+ </instance_attributes>
+ <operations>
+ <op id="libvirt-images-pool-start-0" interval="0" name="start" timeout="120"/>
+ <op id="libvirt-images-pool-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="libvirt-images-pool-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-0-pool">
+ <meta_attributes id="cl-vds-ok-pool-0-pool-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-0-pool-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-0-pool-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-0-pool-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-0-pool" provider="vds-ok" type="LibvirtStoragePool">
+ <instance_attributes id="vds-ok-pool-0-pool-instance_attributes">
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-pool_name" name="pool_name" value="vds-ok-pool-0"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-pool_uuid" name="pool_uuid" value="c654507b-2206-4a63-af65-c702a2b9dd83"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-pool_type" name="pool_type" value="LOGICAL"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-pool_storage_name" name="pool_storage_name" value="vds-ok-pool-0-vg"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-autostart" name="autostart" value="yes"/>
+ <nvpair id="vds-ok-pool-0-pool-instance_attributes-utilization_param" name="utilization_param" value="vds-ok-pool-0-usage"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-0-pool-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vds-ok-pool-0-pool-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-0-pool-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <clone id="cl-vds-ok-pool-1-pool">
+ <meta_attributes id="cl-vds-ok-pool-1-pool-meta_attributes">
+ <nvpair id="cl-vds-ok-pool-1-pool-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-vds-ok-pool-1-pool-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vds-ok-pool-1-pool-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vds-ok-pool-1-pool" provider="vds-ok" type="LibvirtStoragePool">
+ <instance_attributes id="vds-ok-pool-1-pool-instance_attributes">
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-pool_name" name="pool_name" value="vds-ok-pool-1"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-pool_uuid" name="pool_uuid" value="ed97e137-f6bc-40da-b0ae-9a18c6839a98"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-pool_type" name="pool_type" value="LOGICAL"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-pool_storage_name" name="pool_storage_name" value="vds-ok-pool-1-vg"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-autostart" name="autostart" value="yes"/>
+ <nvpair id="vds-ok-pool-1-pool-instance_attributes-utilization_param" name="utilization_param" value="vds-ok-pool-1-usage"/>
+ </instance_attributes>
+ <operations>
+ <op id="vds-ok-pool-1-pool-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vds-ok-pool-1-pool-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vds-ok-pool-1-pool-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <primitive class="ocf" id="git.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="git.vds-ok.com-vm-instance_attributes">
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="git.vds-ok.com"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="a822d6c7-025e-c251-c5dc-0ab5d98fa4a5"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,git.vds-ok.com_disk0,30720;netif:0,bridge,vlan4,00:16:3e:8f:a4:a5,10.5.1.7;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="660"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="git.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="git.vds-ok.com-vm-utilization">
+ <nvpair id="git.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="660"/>
+ <nvpair id="git.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="git.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="git.vds-ok.com-vm-meta_attributes">
+ <nvpair id="git.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="git.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="git.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="git.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="git.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="git.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="git.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd01-a.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="ea29cc02-12cc-4a7e-ab6d-2c1cf68d5f48"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:8d:5f:48,10.5.4.64;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd01-b.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="1d64858e-35e8-4be5-95c4-00d8a7801fd9"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:80:1f:d9,10.5.4.65;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd01-c.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="937992a3-c0df-434e-9762-3effd23a85f0"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:3a:85:f0,10.5.4.66;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd01-d.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="570d45ea-24e0-46d9-b63c-6a398bef1304"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:ef:13:04,10.5.4.67;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd02-a.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="d59a083f-42f8-4a4e-978f-ffb8c8146acd"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:14:6a:cd,10.5.4.68;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd02-b.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="0f2a625c-142a-466e-8e53-fb5e48ce2934"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:ce:29:34,10.5.4.69;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd02-c.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="5e864122-6b3b-48dd-841d-9430095efc2e"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:5e:fc:2e,10.5.4.70;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd02-d.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="11fad4c9-783b-4aca-a6bb-1352c7a0bca5"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:a0:bc:a5,10.5.4.71;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd03-a.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="2f8f413a-1dc7-4c1f-9122-2f774ca30805"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:a3:08:05,10.5.4.72;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd03-b.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="3201f181-1015-4b59-a27d-ca0641f8e81e"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:f8:e8:1e,10.5.4.73;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd03-c.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="bad1651c-bc8e-4122-b0a2-16269d00b893"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:00:b8:93,10.5.4.74;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd03-d.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="7d8faccd-ec7d-4425-b08e-6eb59b3782fd"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:37:82:fd,10.5.4.75;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd04-a.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="3c556d34-122f-43ad-bb7d-e34c917753d3"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:77:53:d3,10.5.4.76;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd04-b.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="3051f2cd-85ac-402d-905f-90bdaad9997a"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:d9:99:7a,10.5.4.77;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd04-c.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="7b58a738-5390-431d-9513-f54f7c2d6eb9"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:2d:6e:b9,10.5.4.78;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="vd04-d.cdev.ttc.prague.cz.vds-ok.com"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="1a749cec-be68-4df5-a9a7-aa99af7c17db"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="netif:0,bridge,vlan1,00:16:3e:7c:17:db,10.5.4.79;memballon;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-bootdev" name="bootdev" value="network"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-fencing_method" name="fencing_method" value="qpid"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="20"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization">
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="20"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ </utilization>
+ <meta_attributes id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="f13-x64-devel.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="f13-x64-devel.vds-ok.com-vm-instance_attributes">
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="f13-x64-devel.vds-ok.com"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="9003dde7-fd61-4fd5-2ced-f3ed9cc55505"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="4"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,f13-x64-devel.vds-ok.com_disk0,51308;netif:0,bridge,vlan5,fa:e7:33:f6:ea:fe,10.5.0.16;netif:1,mcast,mcast-test,fa:e7:33:f6:ea:fd,;ide_controller:0;cdrom:0,libvirt-images,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="80"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="f13-x64-devel.vds-ok.com-vm-utilization">
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="80"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="f13-x64-devel.vds-ok.com-vm-meta_attributes">
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="f13-x64-devel.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="f13-x64-devel.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="f13-x64-devel.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="f13-x64-devel.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="f13-x64-devel.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="f13-x64-devel.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="eu2.ca-pages.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="eu2.ca-pages.com-vm-instance_attributes">
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-domain_name" name="domain_name" value="eu2.ca-pages.com"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="d6ef9cac-5acd-16a5-4bf2-1a9a1f017f85"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,eu2.ca-pages.com_disk0,51308;netif:0,bridge,vlan101,86:bd:d8:94:eb:c3,109.232.144.194;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="eu2.ca-pages.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="eu2.ca-pages.com-vm-utilization">
+ <nvpair id="eu2.ca-pages.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="eu2.ca-pages.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="eu2.ca-pages.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="eu2.ca-pages.com-vm-meta_attributes">
+ <nvpair id="eu2.ca-pages.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="eu2.ca-pages.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="eu2.ca-pages.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="eu2.ca-pages.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="eu2.ca-pages.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="eu2.ca-pages.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="eu2.ca-pages.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="zakaz.transferrus.ru-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="zakaz.transferrus.ru-vm-instance_attributes">
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-domain_name" name="domain_name" value="zakaz.transferrus.ru"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-domain_uuid" name="domain_uuid" value="1ebc8a64-b93a-f8f3-d2c3-7d815d52dd2e"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,zakaz.transferrus.ru_disk0,33864;netif:0,bridge,vlan101,86:ca:8f:a4:b0:93,109.232.144.205;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="zakaz.transferrus.ru-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="zakaz.transferrus.ru-vm-utilization">
+ <nvpair id="zakaz.transferrus.ru-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="zakaz.transferrus.ru-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="zakaz.transferrus.ru-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="zakaz.transferrus.ru-vm-meta_attributes">
+ <nvpair id="zakaz.transferrus.ru-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="zakaz.transferrus.ru-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="zakaz.transferrus.ru-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="zakaz.transferrus.ru-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="zakaz.transferrus.ru-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="zakaz.transferrus.ru-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="zakaz.transferrus.ru-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <clone id="cl-vlan200-if">
+ <meta_attributes id="cl-vlan200-if-meta_attributes">
+ <nvpair id="cl-vlan200-if-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-vlan200-if-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="vlan200-if" provider="vds-ok" type="BridgedVlan">
+ <instance_attributes id="vlan200-if-instance_attributes">
+ <nvpair id="vlan200-if-instance_attributes-name" name="name" value="vlan200"/>
+ <nvpair id="vlan200-if-instance_attributes-source_name" name="source_name" value="bond0"/>
+ <nvpair id="vlan200-if-instance_attributes-vlan_id" name="vlan_id" value="200"/>
+ <nvpair id="vlan200-if-instance_attributes-mtu" name="mtu" value="1500"/>
+ <nvpair id="vlan200-if-instance_attributes-stp" name="stp" value="0"/>
+ <nvpair id="vlan200-if-instance_attributes-gentmpl" name="gentmpl" value="1"/>
+ <nvpair id="vlan200-if-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ <nvpair id="vlan200-if-instance_attributes-gencfg" name="gencfg" value="1"/>
+ </instance_attributes>
+ <operations>
+ <op id="vlan200-if-start-0" interval="0" name="start" timeout="120"/>
+ <op id="vlan200-if-stop-0" interval="0" name="stop" timeout="120"/>
+ <op id="vlan200-if-monitor-120" interval="120" name="monitor" timeout="60"/>
+ </operations>
+ </primitive>
+ </clone>
+ <primitive class="ocf" id="lenny-x32-devel-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lenny-x32-devel-vm-instance_attributes">
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-domain_name" name="domain_name" value="lenny-x32-devel"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-domain_uuid" name="domain_uuid" value="3de09b4f-8930-424b-a1d7-533bf309bf7e"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,lenny-x32-devel_disk0,16424;netif:0,bridge,vlan5,e6:b8:fc:54:4b:00,10.5.0.12;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lenny-x32-devel-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lenny-x32-devel-vm-utilization">
+ <nvpair id="lenny-x32-devel-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lenny-x32-devel-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lenny-x32-devel-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lenny-x32-devel-vm-meta_attributes">
+ <nvpair id="lenny-x32-devel-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lenny-x32-devel-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lenny-x32-devel-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lenny-x32-devel-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lenny-x32-devel-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lenny-x32-devel-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lenny-x32-devel-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="dist.express-consult.org-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="dist.express-consult.org-vm-instance_attributes">
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-domain_name" name="domain_name" value="dist.express-consult.org"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-domain_uuid" name="domain_uuid" value="ebcbd55c-2d02-89d7-78f6-c2e4b75a90cb"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,dist.express-consult.org_disk0,8216;netif:0,bridge,vlan101,52:50:97:e1:6d:3d,109.232.144.198;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="dist.express-consult.org-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="dist.express-consult.org-vm-utilization">
+ <nvpair id="dist.express-consult.org-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="dist.express-consult.org-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="dist.express-consult.org-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="dist.express-consult.org-vm-meta_attributes">
+ <nvpair id="dist.express-consult.org-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="dist.express-consult.org-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="dist.express-consult.org-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="dist.express-consult.org-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="dist.express-consult.org-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="dist.express-consult.org-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="dist.express-consult.org-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="eu1.ca-pages.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="eu1.ca-pages.com-vm-instance_attributes">
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-domain_name" name="domain_name" value="eu1.ca-pages.com"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="191675e5-944c-0883-8bc5-b9ccc96df4d0"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,eu1.ca-pages.com_disk0,51308;netif:0,bridge,vlan101,8e:d6:51:f9:6c:d3,109.232.144.199;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="eu1.ca-pages.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="eu1.ca-pages.com-vm-utilization">
+ <nvpair id="eu1.ca-pages.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="eu1.ca-pages.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="eu1.ca-pages.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="eu1.ca-pages.com-vm-meta_attributes">
+ <nvpair id="eu1.ca-pages.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="eu1.ca-pages.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="eu1.ca-pages.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="eu1.ca-pages.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="eu1.ca-pages.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="eu1.ca-pages.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="eu1.ca-pages.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="gotin-bbb-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="gotin-bbb-vm-instance_attributes">
+ <nvpair id="gotin-bbb-vm-instance_attributes-domain_name" name="domain_name" value="gotin-bbb"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-domain_uuid" name="domain_uuid" value="0ccfcece-7005-f786-e4ab-40260a282407"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,gotin-bbb_disk0,33864;netif:0,bridge,vlan101,ee:ec:0f:bd:75:04,109.232.144.204;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="gotin-bbb-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="gotin-bbb-vm-utilization">
+ <nvpair id="gotin-bbb-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="gotin-bbb-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="gotin-bbb-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="gotin-bbb-vm-meta_attributes">
+ <nvpair id="gotin-bbb-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="gotin-bbb-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="gotin-bbb-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="gotin-bbb-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="gotin-bbb-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="gotin-bbb-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="gotin-bbb-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="maxb-c55-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="maxb-c55-vm-instance_attributes">
+ <nvpair id="maxb-c55-vm-instance_attributes-domain_name" name="domain_name" value="maxb-c55"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-domain_uuid" name="domain_uuid" value="cf5e4ece-e6c1-aa81-f063-03596dfc2c25"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,maxb-c55_disk0,33864;netif:0,bridge,vlan101,26:1b:d7:c8:ce:c6,109.232.144.202;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="maxb-c55-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="maxb-c55-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="maxb-c55-vm-utilization">
+ <nvpair id="maxb-c55-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="maxb-c55-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="maxb-c55-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="maxb-c55-vm-meta_attributes">
+ <nvpair id="maxb-c55-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="maxb-c55-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="maxb-c55-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="maxb-c55-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="maxb-c55-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="maxb-c55-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="maxb-c55-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="metae.ru-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="metae.ru-vm-instance_attributes">
+ <nvpair id="metae.ru-vm-instance_attributes-domain_name" name="domain_name" value="metae.ru"/>
+ <nvpair id="metae.ru-vm-instance_attributes-domain_uuid" name="domain_uuid" value="8ff161a4-764b-77dd-7bed-b2dc28b5ed58"/>
+ <nvpair id="metae.ru-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="metae.ru-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="metae.ru-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="metae.ru-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="metae.ru-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,metae.ru_disk0,51308;netif:0,bridge,vlan101,1a:0a:c6:bb:43:4e,109.232.144.195;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="metae.ru-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="metae.ru-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="metae.ru-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="metae.ru-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="metae.ru-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="metae.ru-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="metae.ru-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="metae.ru-vm-utilization">
+ <nvpair id="metae.ru-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="metae.ru-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="metae.ru-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="metae.ru-vm-meta_attributes">
+ <nvpair id="metae.ru-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="metae.ru-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="metae.ru-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="metae.ru-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="metae.ru-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="metae.ru-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="metae.ru-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="rodovoepomestie.ru-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="rodovoepomestie.ru-vm-instance_attributes">
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-domain_name" name="domain_name" value="rodovoepomestie.ru"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-domain_uuid" name="domain_uuid" value="ea74d697-452d-5b2d-ea95-ba83b3ff244c"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,rodovoepomestie.ru_disk0,33864;netif:0,bridge,vlan101,1e:db:30:0a:5d:d4,109.232.144.203;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="rodovoepomestie.ru-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="rodovoepomestie.ru-vm-utilization">
+ <nvpair id="rodovoepomestie.ru-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="rodovoepomestie.ru-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="rodovoepomestie.ru-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="rodovoepomestie.ru-vm-meta_attributes">
+ <nvpair id="rodovoepomestie.ru-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="rodovoepomestie.ru-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="rodovoepomestie.ru-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="rodovoepomestie.ru-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="rodovoepomestie.ru-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="rodovoepomestie.ru-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="rodovoepomestie.ru-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="ubuntu9.10-gotin-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="ubuntu9.10-gotin-vm-instance_attributes">
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-domain_name" name="domain_name" value="ubuntu9.10-gotin"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-domain_uuid" name="domain_uuid" value="a11e2ed2-d765-bbf5-165a-39ddd9443fcd"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,ubuntu9.10-gotin_disk0,10268;netif:0,bridge,vlan101,3e:64:f7:a1:b5:ef,109.232.144.197;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="ubuntu9.10-gotin-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="ubuntu9.10-gotin-vm-utilization">
+ <nvpair id="ubuntu9.10-gotin-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="ubuntu9.10-gotin-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="ubuntu9.10-gotin-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="ubuntu9.10-gotin-vm-meta_attributes">
+ <nvpair id="ubuntu9.10-gotin-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="ubuntu9.10-gotin-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="ubuntu9.10-gotin-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="ubuntu9.10-gotin-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="ubuntu9.10-gotin-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="ubuntu9.10-gotin-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="ubuntu9.10-gotin-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="c5-x64-devel.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="c5-x64-devel.vds-ok.com-vm-instance_attributes">
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="c5-x64-devel.vds-ok.com"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="2c4cc2df-eccc-4ef0-893f-516ff846c7e2"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="4"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-system_model" name="system_model" value="Development Server;1.0;DS-000100;"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,c5-x64-devel.vds-ok.com_disk0,51200;netif:0,bridge,vlan5,00:16:3e:46:c7:e2,10.5.0.11;netif:1,mcast,mcast-test,00:16:3e:46:c7:e3,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="80"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="c5-x64-devel.vds-ok.com-vm-utilization">
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="80"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="c5-x64-devel.vds-ok.com-vm-meta_attributes">
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="c5-x64-devel.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="c5-x64-devel.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="c5-x64-devel.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="c5-x64-devel.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="c5-x64-devel.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="c5-x64-devel.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <clone id="cl-mcast-test-net">
+ <meta_attributes id="cl-mcast-test-net-meta_attributes">
+ <nvpair id="cl-mcast-test-net-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-mcast-test-net-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="mcast-test-net" provider="vds-ok" type="McastTunnel">
+ <instance_attributes id="mcast-test-net-instance_attributes">
+ <nvpair id="mcast-test-net-instance_attributes-name" name="name" value="mcast-test"/>
+ <nvpair id="mcast-test-net-instance_attributes-address_port" name="address_port" value="239.192.255.254:1025"/>
+ <nvpair id="mcast-test-net-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ </instance_attributes>
+ <operations>
+ <op id="mcast-test-net-start-0" interval="0" name="start" timeout="20"/>
+ <op id="mcast-test-net-stop-0" interval="0" name="stop" timeout="20"/>
+ <op id="mcast-test-net-monitor-360" interval="360" name="monitor" timeout="20"/>
+ </operations>
+ </primitive>
+ </clone>
+ <primitive class="ocf" id="dist.fly-uni.org-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="dist.fly-uni.org-vm-instance_attributes">
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-domain_name" name="domain_name" value="dist.fly-uni.org"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-domain_uuid" name="domain_uuid" value="5B719E42-910A-2C95-3800-6E81A818C143"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,dist.fly-uni.org_disk0,33792;netif:0,bridge,vlan1,00:16:3e:7c:30:01,109.232.144.212;console;graphics;watchdog;"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-run_mode" name="run_mode" value="install"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-install_storage" name="install_storage" value="libvirt-install-fs"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-install_kernel" name="install_kernel" value="/perftest/vmlinuz"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-install_initrd" name="install_initrd" value="/perftest/initrd.img"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-install_cmdline" name="install_cmdline" value="netroot=fake root=/dev/vda ip=eth0:dhcp bootdev=eth0 selinux=disabled syslog=10.5.10.3 filter=local4.info perftest_mode=r perftest_block=64k perftest_pattern=r"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="dist.fly-uni.org-vm-instance_attributes-force_stop" name="force_stop" value="1"/>
+ </instance_attributes>
+ <utilization id="dist.fly-uni.org-vm-utilization">
+ <nvpair id="dist.fly-uni.org-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="dist.fly-uni.org-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="dist.fly-uni.org-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="dist.fly-uni.org-vm-meta_attributes">
+ <nvpair id="dist.fly-uni.org-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="dist.fly-uni.org-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="dist.fly-uni.org-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="dist.fly-uni.org-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="dist.fly-uni.org-vm-migrate_from-0" interval="0" name="migrate_from" timeout="600"/>
+ <op id="dist.fly-uni.org-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="dist.fly-uni.org-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="ktstudio.net-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="ktstudio.net-vm-instance_attributes">
+ <nvpair id="ktstudio.net-vm-instance_attributes-domain_name" name="domain_name" value="ktstudio.net"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-domain_uuid" name="domain_uuid" value="b1665f84-242c-4bb4-9745-add28cc96ea7"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,ktstudio.net_disk0,102400;netif:0,bridge,vlan101,00:16:3e:c9:6e:a7,109.232.144.213;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="1000"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-mem_mb" name="mem_mb" value="4096"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-blkio_weight" name="blkio_weight" value="333"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="ktstudio.net-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="ktstudio.net-vm-utilization">
+ <nvpair id="ktstudio.net-vm-utilization-cpu-decipct" name="cpu-decipct" value="1000"/>
+ <nvpair id="ktstudio.net-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="4096"/>
+ <nvpair id="ktstudio.net-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="ktstudio.net-vm-meta_attributes">
+ <nvpair id="ktstudio.net-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="ktstudio.net-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="ktstudio.net-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="ktstudio.net-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="ktstudio.net-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="ktstudio.net-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="ktstudio.net-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="cloudsrv.credo-dialogue.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="cloudsrv.credo-dialogue.com-vm-instance_attributes">
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-domain_name" name="domain_name" value="cloudsrv.credo-dialogue.com"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="1675baf7-6692-5dc9-1245-695a70d81ddf"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,cloudsrv.credo-dialogue.com_disk0,102400;netif:0,bridge,vlan101,52:54:00:e0:69:b1,109.232.144.210;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="1000"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-mem_mb" name="mem_mb" value="4096"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="333"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="cloudsrv.credo-dialogue.com-vm-utilization">
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="1000"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="4096"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="cloudsrv.credo-dialogue.com-vm-meta_attributes">
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="cloudsrv.credo-dialogue.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="cloudsrv.credo-dialogue.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="cloudsrv.credo-dialogue.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="cloudsrv.credo-dialogue.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="cloudsrv.credo-dialogue.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="cloudsrv.credo-dialogue.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="c6-x64-devel.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="c6-x64-devel.vds-ok.com-vm-instance_attributes">
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="c6-x64-devel.vds-ok.com"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="790b7ac3-caa1-4d21-a8d0-b3c4cbf2bcc8"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,c6-x64-devel.vds-ok.com_disk0,51200;netif:0,bridge,vlan5,00:16:3e:f2:bc:c8,10.5.0.18;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="2048"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="c6-x64-devel.vds-ok.com-vm-utilization">
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="2048"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="c6-x64-devel.vds-ok.com-vm-meta_attributes">
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="c6-x64-devel.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="c6-x64-devel.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="c6-x64-devel.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="c6-x64-devel.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="c6-x64-devel.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="c6-x64-devel.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre01-right.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre01-right.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre01-right.vds-ok.com"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="f25d7a6f-97d5-4a97-8f24-dc036b83fd32"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,lustre01-right.vds-ok.com_disk0,102400;netif:0,bridge,vlan4,00:16:3e:83:fd:32,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre01-right.vds-ok.com-vm-utilization">
+ <nvpair id="lustre01-right.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre01-right.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre01-right.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre01-right.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre01-right.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre01-right.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre01-right.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre01-right.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre01-right.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre02-right.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre02-right.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre02-right.vds-ok.com"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="ea7ecac9-4ca6-46b0-a9a7-0e27c267b1b1"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,lustre02-right.vds-ok.com_disk0,102400;netif:0,bridge,vlan4,00:16:3e:67:b1:b1,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre02-right.vds-ok.com-vm-utilization">
+ <nvpair id="lustre02-right.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre02-right.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre02-right.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre02-right.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre02-right.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre02-right.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre02-right.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre02-right.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre02-right.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre03-left.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre03-left.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre03-left.vds-ok.com"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="d0604e16-b34e-4ff2-bf28-bd8a51cff763"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,lustre03-left.vds-ok.com_disk0,102400;netif:0,bridge,vlan5,00:16:3e:cf:f7:63,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre03-left.vds-ok.com-vm-utilization">
+ <nvpair id="lustre03-left.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre03-left.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre03-left.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre03-left.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre03-left.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre03-left.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre03-left.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre03-left.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre03-left.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre03-right.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre03-right.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre03-right.vds-ok.com"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="ff7e51f8-b474-4b9a-a1f0-18d6ba802ec1"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,lustre03-right.vds-ok.com_disk0,102400;netif:0,bridge,vlan4,00:16:3e:80:2e:c1,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre03-right.vds-ok.com-vm-utilization">
+ <nvpair id="lustre03-right.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre03-right.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre03-right.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre03-right.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre03-right.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre03-right.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre03-right.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre03-right.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre03-right.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre04-left.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre04-left.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre04-left.vds-ok.com"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="b3d09728-6dd3-4db1-b5d5-349714c6ea4f"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,lustre04-left.vds-ok.com_disk0,102400;netif:0,bridge,vlan5,00:16:3e:c6:ea:4f,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre04-left.vds-ok.com-vm-utilization">
+ <nvpair id="lustre04-left.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre04-left.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre04-left.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre04-left.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre04-left.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre04-left.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre04-left.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre04-left.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre04-left.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre04-right.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre04-right.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre04-right.vds-ok.com"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="6345c569-3e46-47ee-a200-ed34488c8434"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,lustre04-right.vds-ok.com_disk0,102400;netif:0,bridge,vlan4,00:16:3e:8c:84:34,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre04-right.vds-ok.com-vm-utilization">
+ <nvpair id="lustre04-right.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre04-right.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre04-right.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre04-right.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre04-right.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre04-right.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre04-right.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre04-right.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre04-right.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <clone id="cl-mcast-anbriz-net">
+ <meta_attributes id="cl-mcast-anbriz-net-meta_attributes">
+ <nvpair id="cl-mcast-anbriz-net-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-mcast-anbriz-net-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="mcast-anbriz-net" provider="vds-ok" type="McastTunnel">
+ <instance_attributes id="mcast-anbriz-net-instance_attributes">
+ <nvpair id="mcast-anbriz-net-instance_attributes-name" name="name" value="mcast-anbriz"/>
+ <nvpair id="mcast-anbriz-net-instance_attributes-address_port" name="address_port" value="239.192.255.254:1026"/>
+ <nvpair id="mcast-anbriz-net-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ </instance_attributes>
+ <operations>
+ <op id="mcast-anbriz-net-start-0" interval="0" name="start" timeout="20"/>
+ <op id="mcast-anbriz-net-stop-0" interval="0" name="stop" timeout="20"/>
+ <op id="mcast-anbriz-net-monitor-360" interval="360" name="monitor" timeout="20"/>
+ </operations>
+ </primitive>
+ </clone>
+ <primitive class="ocf" id="gw.anbriz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="gw.anbriz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="gw.anbriz.vds-ok.com"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="b296292f-c1a0-4f90-b534-50f2cdd0936a"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,gw.anbriz.vds-ok.com_disk0,10240;netif:0,bridge,vlan101,00:16:3e:d0:93:6a,109.232.144.214;netif:1,mcast,mcast-anbriz,00:16:3e:d0:93:6b,192.168.155.254;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="512"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="gw.anbriz.vds-ok.com-vm-utilization">
+ <nvpair id="gw.anbriz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="512"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="gw.anbriz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="gw.anbriz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="gw.anbriz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="gw.anbriz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="gw.anbriz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="gw.anbriz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="gw.anbriz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="gw.anbriz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="license.anbriz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="license.anbriz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="license.anbriz.vds-ok.com"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="61962a4c-0e0c-4502-95ca-4401bfad5553"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,license.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:2b:d1:85,192.168.155.4;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;ide_controller:0;floppy:0,libvirt-images,;fdc_controller:0;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="250"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="license.anbriz.vds-ok.com-vm-utilization">
+ <nvpair id="license.anbriz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="250"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="license.anbriz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="license.anbriz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="license.anbriz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="license.anbriz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="license.anbriz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="license.anbriz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="license.anbriz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="license.anbriz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="terminal.anbriz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="terminal.anbriz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="terminal.anbriz.vds-ok.com"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="bc6141b0-f424-b401-3d18-c7143d26eb9f"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,terminal.anbriz.vds-ok.com_disk0,50016;netif:0,mcast,mcast-anbriz,00:16:3e:8b:ae:3d,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="1000"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="4096"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="166"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="terminal.anbriz.vds-ok.com-vm-utilization">
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="1000"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="4096"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="terminal.anbriz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="terminal.anbriz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="terminal.anbriz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="terminal.anbriz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="terminal.anbriz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="terminal.anbriz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="terminal.anbriz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre01-left.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre01-left.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre01-left.vds-ok.com"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="46a49f67-ebf9-4a73-816a-33bc9b7de353"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,lustre01-left.vds-ok.com_disk0,102400;netif:0,bridge,vlan5,00:16:3e:7d:e3:53,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre01-left.vds-ok.com-vm-utilization">
+ <nvpair id="lustre01-left.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre01-left.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre01-left.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre01-left.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre01-left.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre01-left.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre01-left.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre01-left.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre01-left.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="lustre02-left.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="lustre02-left.vds-ok.com-vm-instance_attributes">
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="lustre02-left.vds-ok.com"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="d19ad563-3e58-4211-8187-350ea2f65f6d"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,lustre02-left.vds-ok.com_disk0,102400;netif:0,bridge,vlan5,00:16:3e:f6:5f:6d,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="40"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="100"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="lustre02-left.vds-ok.com-vm-utilization">
+ <nvpair id="lustre02-left.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="40"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="lustre02-left.vds-ok.com-vm-meta_attributes">
+ <nvpair id="lustre02-left.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="lustre02-left.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="lustre02-left.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="lustre02-left.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="lustre02-left.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="lustre02-left.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="lustre02-left.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="test-01.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="test-01.vds-ok.com-vm-instance_attributes">
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="test-01.vds-ok.com"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="6993584a-e5aa-4481-ac67-384bfe9cbda3"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,test-01.vds-ok.com_disk0,33792;netif:0,bridge,vlan101,00:16:3e:9c:bd:a3,109.232.144.220;ide_controller:0;cdrom:0,libvirt-images,;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="1024"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="test-01.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="test-01.vds-ok.com-vm-utilization">
+ <nvpair id="test-01.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="test-01.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="1024"/>
+ <nvpair id="test-01.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="test-01.vds-ok.com-vm-meta_attributes">
+ <nvpair id="test-01.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="test-01.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="test-01.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="test-01.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="test-01.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="test-01.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="test-01.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <clone id="cl-libvirt-qpid">
+ <meta_attributes id="cl-libvirt-qpid-meta_attributes">
+ <nvpair id="cl-libvirt-qpid-meta_attributes-interleave" name="interleave" value="true"/>
+ <nvpair id="cl-libvirt-qpid-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-libvirt-qpid-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="lsb" id="libvirt-qpid" type="libvirt-qpid">
+ <operations>
+ <op id="libvirt-qpid-monitor-10" interval="10" name="monitor" timeout="15"/>
+ <op id="libvirt-qpid-start-0" interval="0" name="start" timeout="25"/>
+ <op id="libvirt-qpid-stop-0" interval="0" name="stop" timeout="90"/>
+ </operations>
+ </primitive>
+ </clone>
+ <primitive class="ocf" id="gw.gleb.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="gw.gleb.vds-ok.com-vm-instance_attributes">
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="gw.gleb.vds-ok.com"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="8a3d81db-fe83-4615-afa6-febebc1ab329"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,gw.gleb.vds-ok.com_disk0,10240;netif:0,bridge,vlan101,52:54:00:2b:f2:d2,109.232.144.209;netif:1,mcast,mcast-gleb,52:54:00:bb:39:db,192.168.156.1;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="512"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="gw.gleb.vds-ok.com-vm-utilization">
+ <nvpair id="gw.gleb.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="512"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="gw.gleb.vds-ok.com-vm-meta_attributes">
+ <nvpair id="gw.gleb.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="gw.gleb.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="gw.gleb.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="gw.gleb.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="gw.gleb.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="gw.gleb.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="gw.gleb.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="gw.gotin.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="gw.gotin.vds-ok.com-vm-instance_attributes">
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="gw.gotin.vds-ok.com"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="0d6d850f-d4f8-4b22-8834-5dddc0aa1cf5"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="1"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-arch" name="arch" value="i686"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-0,gw.gotin.vds-ok.com_disk0,10240;netif:0,bridge,vlan101,52:54:00:9d:48:28,109.232.144.208;console;graphics;mouse;tablet;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="330"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="512"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="110"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="gw.gotin.vds-ok.com-vm-utilization">
+ <nvpair id="gw.gotin.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="330"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="512"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-utilization-vds-ok-pool-0-usage" name="vds-ok-pool-0-usage" value="1"/>
+ </utilization>
+ <meta_attributes id="gw.gotin.vds-ok.com-vm-meta_attributes">
+ <nvpair id="gw.gotin.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="gw.gotin.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Stopped"/>
+ </meta_attributes>
+ <operations>
+ <op id="gw.gotin.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="gw.gotin.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="gw.gotin.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="gw.gotin.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="gw.gotin.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <primitive class="ocf" id="terminal0.anbriz.vds-ok.com-vm" provider="vds-ok" type="VirtualDomain">
+ <instance_attributes id="terminal0.anbriz.vds-ok.com-vm-instance_attributes">
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-domain_name" name="domain_name" value="terminal0.anbriz.vds-ok.com"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-domain_uuid" name="domain_uuid" value="46bd3282-56ef-44a1-98e3-dcb93387f921"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-vcpu_num" name="vcpu_num" value="2"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-vcpu_policy" name="vcpu_policy" value="share"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-arch" name="arch" value="x86_64"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-cpu_model" name="cpu_model" value="VDS_OK"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-devices" name="devices" value="disk:0,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk0,50016;disk:1,vds-ok-pool-1,terminal0.anbriz.vds-ok.com_disk1,20000;netif:0,mcast,mcast-anbriz,00:16:3e:87:f9:21,192.168.155.3;ide_controller:0;cdrom:0,libvirt-images,/virtio-win-0.1-22.iso;console;mouse;tablet;graphics;watchdog:i6300esb:poweroff;"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-run_mode" name="run_mode" value="run"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-schedinfo_weight" name="schedinfo_weight" value="1000"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-mem_mb" name="mem_mb" value="4096"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-blkio_weight" name="blkio_weight" value="166"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-host_role_needed" name="host_role_needed" value=""/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-hypervisor" name="hypervisor" value="qemu:///system"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-migration_transport" name="migration_transport" value="tls"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-instance_attributes-force_stop" name="force_stop" value="0"/>
+ </instance_attributes>
+ <utilization id="terminal0.anbriz.vds-ok.com-vm-utilization">
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-utilization-cpu-decipct" name="cpu-decipct" value="1000"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-utilization-ram-hugepages-mb" name="ram-hugepages-mb" value="4096"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-utilization-vds-ok-pool-1-usage" name="vds-ok-pool-1-usage" value="2"/>
+ </utilization>
+ <meta_attributes id="terminal0.anbriz.vds-ok.com-vm-meta_attributes">
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-meta_attributes-allow-migrate" name="allow-migrate" value="true"/>
+ <nvpair id="terminal0.anbriz.vds-ok.com-vm-meta_attributes-target-role" name="target-role" value="Started"/>
+ </meta_attributes>
+ <operations>
+ <op id="terminal0.anbriz.vds-ok.com-vm-start-0" interval="0" name="start" timeout="120"/>
+ <op id="terminal0.anbriz.vds-ok.com-vm-stop-0" interval="0" name="stop" timeout="600"/>
+ <op id="terminal0.anbriz.vds-ok.com-vm-migrate_from-0" interval="0" name="migrate_from" timeout="30"/>
+ <op id="terminal0.anbriz.vds-ok.com-vm-migrate_to-0" interval="0" name="migrate_to" timeout="600"/>
+ <op id="terminal0.anbriz.vds-ok.com-vm-monitor-10" interval="10" name="monitor" timeout="30"/>
+ </operations>
+ </primitive>
+ <clone id="cl-mcast-gleb-net">
+ <meta_attributes id="cl-mcast-gleb-net-meta_attributes">
+ <nvpair id="cl-mcast-gleb-net-meta_attributes-target-role" name="target-role" value="Started"/>
+ <nvpair id="cl-mcast-gleb-net-meta_attributes-clone-max" name="clone-max" value="8"/>
+ </meta_attributes>
+ <primitive class="ocf" id="mcast-gleb-net" provider="vds-ok" type="McastTunnel">
+ <instance_attributes id="mcast-gleb-net-instance_attributes">
+ <nvpair id="mcast-gleb-net-instance_attributes-name" name="name" value="mcast-gleb"/>
+ <nvpair id="mcast-gleb-net-instance_attributes-address_port" name="address_port" value="239.192.255.254:1027"/>
+ <nvpair id="mcast-gleb-net-instance_attributes-templates_config" name="templates_config" value="/var/run/config-templates"/>
+ </instance_attributes>
+ <operations>
+ <op id="mcast-gleb-net-start-0" interval="0" name="start" timeout="20"/>
+ <op id="mcast-gleb-net-stop-0" interval="0" name="stop" timeout="20"/>
+ <op id="mcast-gleb-net-monitor-360" interval="360" name="monitor" timeout="20"/>
+ </operations>
+ </primitive>
+ </clone>
+ </resources>
+ <constraints>
+ <rsc_location id="loc-stonith-v02-a" node="v02-a" rsc="stonith-v02-a" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v02-b" node="v02-b" rsc="stonith-v02-b" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v02-c" node="v02-c" rsc="stonith-v02-c" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v02-d" node="v02-d" rsc="stonith-v02-d" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-mgmt01" node="mgmt01" rsc="stonith-mgmt01" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-mgmt02" node="mgmt02" rsc="stonith-mgmt02" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v03-c" node="v03-c" rsc="stonith-v03-c" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v03-a" node="v03-a" rsc="stonith-v03-a" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v03-b" node="v03-b" rsc="stonith-v03-b" score="-INFINITY"/>
+ <rsc_location id="loc-stonith-v03-d" node="v03-d" rsc="stonith-v03-d" score="-INFINITY"/>
+ <rsc_colocation id="clvmd-with-dlm" rsc="cl-clvmd" score="INFINITY" with-rsc="cl-dlm"/>
+ <rsc_colocation id="libvirtd-with-node-params" rsc="cl-libvirtd" score="INFINITY" with-rsc="cl-node-params"/>
+ <rsc_order first="cl-dlm" first-action="start" id="clvmd-after-dlm" score="INFINITY" then="cl-clvmd" then-action="start"/>
+ <rsc_order first="cl-node-params" first-action="start" id="libvirtd-after-node-params" score="INFINITY" then="cl-libvirtd" then-action="start"/>
+ <rsc_location id="loc-vlan102-if-mgmt01" node="mgmt01" rsc="cl-vlan102-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan103-if-mgmt01" node="mgmt01" rsc="cl-vlan103-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan104-if-mgmt01" node="mgmt01" rsc="cl-vlan104-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan3-if-mgmt01" node="mgmt01" rsc="cl-vlan3-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan4-if-mgmt01" node="mgmt01" rsc="cl-vlan4-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan5-if-mgmt01" node="mgmt01" rsc="cl-vlan5-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan909-if-mgmt01" node="mgmt01" rsc="cl-vlan909-if" score="-INFINITY"/>
+ <rsc_colocation id="vds-ok-pool-0-iscsi-with-iscsid" rsc="cl-vds-ok-pool-0-iscsi" score="INFINITY" with-rsc="cl-iscsid"/>
+ <rsc_colocation id="vds-ok-pool-0-iscsi-with-multipathd" rsc="cl-vds-ok-pool-0-iscsi" score="INFINITY" with-rsc="cl-multipathd"/>
+ <rsc_colocation id="vds-ok-pool-0-vg-with-blkdev" rsc="cl-vds-ok-pool-0-vg" score="INFINITY" with-rsc="cl-vds-ok-pool-0-iscsi"/>
+ <rsc_colocation id="vds-ok-pool-0-vg-with-clvmd" rsc="cl-vds-ok-pool-0-vg" score="INFINITY" with-rsc="cl-clvmd"/>
+ <rsc_colocation id="vds-ok-pool-1-iscsi-with-iscsid" rsc="cl-vds-ok-pool-1-iscsi" score="INFINITY" with-rsc="cl-iscsid"/>
+ <rsc_colocation id="vds-ok-pool-1-iscsi-with-multipathd" rsc="cl-vds-ok-pool-1-iscsi" score="INFINITY" with-rsc="cl-multipathd"/>
+ <rsc_colocation id="vds-ok-pool-1-vg-with-blkdev" rsc="cl-vds-ok-pool-1-vg" score="INFINITY" with-rsc="cl-vds-ok-pool-1-iscsi"/>
+ <rsc_colocation id="vds-ok-pool-1-vg-with-clvmd" rsc="cl-vds-ok-pool-1-vg" score="INFINITY" with-rsc="cl-clvmd"/>
+ <rsc_order first="cl-iscsid" first-action="start" id="vds-ok-pool-0-iscsi-after-iscsid" score="INFINITY" then="cl-vds-ok-pool-0-iscsi" then-action="start"/>
+ <rsc_order first="cl-multipathd" first-action="start" id="vds-ok-pool-0-iscsi-after-multipathd" score="INFINITY" then="cl-vds-ok-pool-0-iscsi" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-iscsi" first-action="start" id="vds-ok-pool-0-vg-after-blkdev" score="INFINITY" then="cl-vds-ok-pool-0-vg" then-action="start"/>
+ <rsc_order first="cl-clvmd" first-action="start" id="vds-ok-pool-0-vg-after-clvmd" score="INFINITY" then="cl-vds-ok-pool-0-vg" then-action="start"/>
+ <rsc_order first="cl-iscsid" first-action="start" id="vds-ok-pool-1-iscsi-after-iscsid" score="INFINITY" then="cl-vds-ok-pool-1-iscsi" then-action="start"/>
+ <rsc_order first="cl-multipathd" first-action="start" id="vds-ok-pool-1-iscsi-after-multipathd" score="INFINITY" then="cl-vds-ok-pool-1-iscsi" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-iscsi" first-action="start" id="vds-ok-pool-1-vg-after-blkdev" score="INFINITY" then="cl-vds-ok-pool-1-vg" then-action="start"/>
+ <rsc_order first="cl-clvmd" first-action="start" id="vds-ok-pool-1-vg-after-clvmd" score="INFINITY" then="cl-vds-ok-pool-1-vg" then-action="start"/>
+ <rsc_location id="loc-vds-ok-pool-0-pool-mgmt01" node="mgmt01" rsc="cl-vds-ok-pool-0-pool" score="-INFINITY"/>
+ <rsc_location id="loc-vds-ok-pool-1-pool-mgmt01" node="mgmt01" rsc="cl-vds-ok-pool-1-pool" score="-INFINITY"/>
+ <rsc_colocation id="libvirt-images-pool-with-fs" rsc="cl-libvirt-images-pool" score="INFINITY" with-rsc="cl-libvirt-images-fs"/>
+ <rsc_colocation id="libvirt-images-pool-with-libvirtd" rsc="cl-libvirt-images-pool" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vds-ok-pool-0-pool-with-libvirtd" rsc="cl-vds-ok-pool-0-pool" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vds-ok-pool-0-pool-with-vg" rsc="cl-vds-ok-pool-0-pool" score="INFINITY" with-rsc="cl-vds-ok-pool-0-vg"/>
+ <rsc_colocation id="vds-ok-pool-1-pool-with-libvirtd" rsc="cl-vds-ok-pool-1-pool" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vds-ok-pool-1-pool-with-vg" rsc="cl-vds-ok-pool-1-pool" score="INFINITY" with-rsc="cl-vds-ok-pool-1-vg"/>
+ <rsc_order first="cl-libvirt-images-fs" first-action="start" id="libvirt-images-pool-after-fs" score="INFINITY" then="cl-libvirt-images-pool" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="libvirt-images-pool-after-libvirtd" score="INFINITY" then="cl-libvirt-images-pool" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vds-ok-pool-0-pool-after-libvirtd" score="INFINITY" then="cl-vds-ok-pool-0-pool" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-vg" first-action="start" id="vds-ok-pool-0-pool-after-vg" score="INFINITY" then="cl-vds-ok-pool-0-pool" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vds-ok-pool-1-pool-after-libvirtd" score="INFINITY" then="cl-vds-ok-pool-1-pool" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-vg" first-action="start" id="vds-ok-pool-1-pool-after-vg" score="INFINITY" then="cl-vds-ok-pool-1-pool" then-action="start"/>
+ <rsc_colocation id="git.vds-ok.com-vm-with-libvirtd" rsc="git.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="git.vds-ok.com-vm-with-netif-0" rsc="git.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan4-if"/>
+ <rsc_colocation id="git.vds-ok.com-vm-with-storage-0" rsc="git.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="git.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="git.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan4-if" first-action="start" id="git.vds-ok.com-vm-after-netif-0" score="INFINITY" then="git.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="git.vds-ok.com-vm-after-storage-0" score="INFINITY" then="git.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirtd" rsc="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="f13-x64-devel.vds-ok.com-vm-with-libvirtd" rsc="f13-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="f13-x64-devel.vds-ok.com-vm-with-netif-0" rsc="f13-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="f13-x64-devel.vds-ok.com-vm-with-storage-0" rsc="f13-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="f13-x64-devel.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="f13-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="f13-x64-devel.vds-ok.com-vm-after-netif-0" score="INFINITY" then="f13-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="f13-x64-devel.vds-ok.com-vm-after-storage-0" score="INFINITY" then="f13-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="eu2.ca-pages.com-vm-with-libvirtd" rsc="eu2.ca-pages.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="eu2.ca-pages.com-vm-with-netif-0" rsc="eu2.ca-pages.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="eu2.ca-pages.com-vm-with-storage-0" rsc="eu2.ca-pages.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="eu2.ca-pages.com-vm-after-libvirtd" score="INFINITY" then="eu2.ca-pages.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="eu2.ca-pages.com-vm-after-netif-0" score="INFINITY" then="eu2.ca-pages.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="eu2.ca-pages.com-vm-after-storage-0" score="INFINITY" then="eu2.ca-pages.com-vm" then-action="start"/>
+ <rsc_colocation id="zakaz.transferrus.ru-vm-with-libvirtd" rsc="zakaz.transferrus.ru-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="zakaz.transferrus.ru-vm-with-netif-0" rsc="zakaz.transferrus.ru-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="zakaz.transferrus.ru-vm-with-storage-0" rsc="zakaz.transferrus.ru-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="zakaz.transferrus.ru-vm-after-libvirtd" score="INFINITY" then="zakaz.transferrus.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="zakaz.transferrus.ru-vm-after-netif-0" score="INFINITY" then="zakaz.transferrus.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="zakaz.transferrus.ru-vm-after-storage-0" score="INFINITY" then="zakaz.transferrus.ru-vm" then-action="start"/>
+ <rsc_location id="loc-vlan200-if-mgmt01" node="mgmt01" rsc="cl-vlan200-if" score="-INFINITY"/>
+ <rsc_colocation id="lenny-x32-devel-vm-with-libvirtd" rsc="lenny-x32-devel-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lenny-x32-devel-vm-with-netif-0" rsc="lenny-x32-devel-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="lenny-x32-devel-vm-with-storage-0" rsc="lenny-x32-devel-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lenny-x32-devel-vm-after-libvirtd" score="INFINITY" then="lenny-x32-devel-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="lenny-x32-devel-vm-after-netif-0" score="INFINITY" then="lenny-x32-devel-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="lenny-x32-devel-vm-after-storage-0" score="INFINITY" then="lenny-x32-devel-vm" then-action="start"/>
+ <rsc_colocation id="dist.express-consult.org-vm-with-libvirtd" rsc="dist.express-consult.org-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="dist.express-consult.org-vm-with-netif-0" rsc="dist.express-consult.org-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="dist.express-consult.org-vm-with-storage-0" rsc="dist.express-consult.org-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="eu1.ca-pages.com-vm-with-libvirtd" rsc="eu1.ca-pages.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="eu1.ca-pages.com-vm-with-netif-0" rsc="eu1.ca-pages.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="eu1.ca-pages.com-vm-with-storage-0" rsc="eu1.ca-pages.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="gotin-bbb-vm-with-libvirtd" rsc="gotin-bbb-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="gotin-bbb-vm-with-netif-0" rsc="gotin-bbb-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="gotin-bbb-vm-with-storage-0" rsc="gotin-bbb-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="maxb-c55-vm-with-libvirtd" rsc="maxb-c55-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="maxb-c55-vm-with-netif-0" rsc="maxb-c55-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="maxb-c55-vm-with-storage-0" rsc="maxb-c55-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="metae.ru-vm-with-libvirtd" rsc="metae.ru-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="metae.ru-vm-with-netif-0" rsc="metae.ru-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="metae.ru-vm-with-storage-0" rsc="metae.ru-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="rodovoepomestie.ru-vm-with-libvirtd" rsc="rodovoepomestie.ru-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="rodovoepomestie.ru-vm-with-netif-0" rsc="rodovoepomestie.ru-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="rodovoepomestie.ru-vm-with-storage-0" rsc="rodovoepomestie.ru-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="ubuntu9.10-gotin-vm-with-libvirtd" rsc="ubuntu9.10-gotin-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="ubuntu9.10-gotin-vm-with-netif-0" rsc="ubuntu9.10-gotin-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="ubuntu9.10-gotin-vm-with-storage-0" rsc="ubuntu9.10-gotin-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="dist.express-consult.org-vm-after-libvirtd" score="INFINITY" then="dist.express-consult.org-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="dist.express-consult.org-vm-after-netif-0" score="INFINITY" then="dist.express-consult.org-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="dist.express-consult.org-vm-after-storage-0" score="INFINITY" then="dist.express-consult.org-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="eu1.ca-pages.com-vm-after-libvirtd" score="INFINITY" then="eu1.ca-pages.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="eu1.ca-pages.com-vm-after-netif-0" score="INFINITY" then="eu1.ca-pages.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="eu1.ca-pages.com-vm-after-storage-0" score="INFINITY" then="eu1.ca-pages.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="gotin-bbb-vm-after-libvirtd" score="INFINITY" then="gotin-bbb-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="gotin-bbb-vm-after-netif-0" score="INFINITY" then="gotin-bbb-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="gotin-bbb-vm-after-storage-0" score="INFINITY" then="gotin-bbb-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="maxb-c55-vm-after-libvirtd" score="INFINITY" then="maxb-c55-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="maxb-c55-vm-after-netif-0" score="INFINITY" then="maxb-c55-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="maxb-c55-vm-after-storage-0" score="INFINITY" then="maxb-c55-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="metae.ru-vm-after-libvirtd" score="INFINITY" then="metae.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="metae.ru-vm-after-netif-0" score="INFINITY" then="metae.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="metae.ru-vm-after-storage-0" score="INFINITY" then="metae.ru-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="rodovoepomestie.ru-vm-after-libvirtd" score="INFINITY" then="rodovoepomestie.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="rodovoepomestie.ru-vm-after-netif-0" score="INFINITY" then="rodovoepomestie.ru-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="rodovoepomestie.ru-vm-after-storage-0" score="INFINITY" then="rodovoepomestie.ru-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="ubuntu9.10-gotin-vm-after-libvirtd" score="INFINITY" then="ubuntu9.10-gotin-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="ubuntu9.10-gotin-vm-after-netif-0" score="INFINITY" then="ubuntu9.10-gotin-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="ubuntu9.10-gotin-vm-after-storage-0" score="INFINITY" then="ubuntu9.10-gotin-vm" then-action="start"/>
+ <rsc_colocation id="f13-x64-devel.vds-ok.com-vm-with-cdrom-0" rsc="f13-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-images-pool"/>
+ <rsc_order first="cl-libvirt-images-pool" first-action="start" id="f13-x64-devel.vds-ok.com-vm-after-cdrom-0" score="INFINITY" then="f13-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="c5-x64-devel.vds-ok.com-vm-with-libvirtd" rsc="c5-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="c5-x64-devel.vds-ok.com-vm-with-netif-0" rsc="c5-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="c5-x64-devel.vds-ok.com-vm-with-storage-0" rsc="c5-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="c5-x64-devel.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="c5-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="c5-x64-devel.vds-ok.com-vm-after-netif-0" score="INFINITY" then="c5-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="c5-x64-devel.vds-ok.com-vm-after-storage-0" score="INFINITY" then="c5-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_location id="loc-mcast-test-net-mgmt01" node="mgmt01" rsc="cl-mcast-test-net" score="-INFINITY"/>
+ <rsc_colocation id="c5-x64-devel.vds-ok.com-vm-with-netif-1" rsc="c5-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-test-net"/>
+ <rsc_colocation id="f13-x64-devel.vds-ok.com-vm-with-netif-1" rsc="f13-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-test-net"/>
+ <rsc_order first="cl-mcast-test-net" first-action="start" id="c5-x64-devel.vds-ok.com-vm-after-netif-1" score="INFINITY" then="c5-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-mcast-test-net" first-action="start" id="f13-x64-devel.vds-ok.com-vm-after-netif-1" score="INFINITY" then="f13-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="dist.fly-uni.org-vm-with-install-fs" rsc="dist.fly-uni.org-vm" score="INFINITY" with-rsc="cl-libvirt-install-fs"/>
+ <rsc_colocation id="dist.fly-uni.org-vm-with-libvirtd" rsc="dist.fly-uni.org-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="dist.fly-uni.org-vm-with-netif-0" rsc="dist.fly-uni.org-vm" score="INFINITY" with-rsc="cl-vlan900-if"/>
+ <rsc_colocation id="dist.fly-uni.org-vm-with-storage-0" rsc="dist.fly-uni.org-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirt-install-fs" first-action="start" id="dist.fly-uni.org-vm-after-install-fs" score="INFINITY" then="dist.fly-uni.org-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="dist.fly-uni.org-vm-after-libvirtd" score="INFINITY" then="dist.fly-uni.org-vm" then-action="start"/>
+ <rsc_order first="cl-vlan900-if" first-action="start" id="dist.fly-uni.org-vm-after-netif-0" score="INFINITY" then="dist.fly-uni.org-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="dist.fly-uni.org-vm-after-storage-0" score="INFINITY" then="dist.fly-uni.org-vm" then-action="start"/>
+ <rsc_colocation id="ktstudio.net-vm-with-libvirtd" rsc="ktstudio.net-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="ktstudio.net-vm-with-netif-0" rsc="ktstudio.net-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="ktstudio.net-vm-with-storage-0" rsc="ktstudio.net-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="ktstudio.net-vm-after-libvirtd" score="INFINITY" then="ktstudio.net-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="ktstudio.net-vm-after-netif-0" score="INFINITY" then="ktstudio.net-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="ktstudio.net-vm-after-storage-0" score="INFINITY" then="ktstudio.net-vm" then-action="start"/>
+ <rsc_colocation id="cloudsrv.credo-dialogue.com-vm-with-libvirtd" rsc="cloudsrv.credo-dialogue.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="cloudsrv.credo-dialogue.com-vm-with-netif-0" rsc="cloudsrv.credo-dialogue.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="cloudsrv.credo-dialogue.com-vm-with-storage-0" rsc="cloudsrv.credo-dialogue.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="cloudsrv.credo-dialogue.com-vm-after-libvirtd" score="INFINITY" then="cloudsrv.credo-dialogue.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="cloudsrv.credo-dialogue.com-vm-after-netif-0" score="INFINITY" then="cloudsrv.credo-dialogue.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="cloudsrv.credo-dialogue.com-vm-after-storage-0" score="INFINITY" then="cloudsrv.credo-dialogue.com-vm" then-action="start"/>
+ <rsc_colocation id="c6-x64-devel.vds-ok.com-vm-with-libvirtd" rsc="c6-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="c6-x64-devel.vds-ok.com-vm-with-netif-0" rsc="c6-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="c6-x64-devel.vds-ok.com-vm-with-storage-0" rsc="c6-x64-devel.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="c6-x64-devel.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="c6-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="c6-x64-devel.vds-ok.com-vm-after-netif-0" score="INFINITY" then="c6-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="c6-x64-devel.vds-ok.com-vm-after-storage-0" score="INFINITY" then="c6-x64-devel.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="lustre01-right.vds-ok.com-vm-with-libvirtd" rsc="lustre01-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre01-right.vds-ok.com-vm-with-netif-0" rsc="lustre01-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan4-if"/>
+ <rsc_colocation id="lustre01-right.vds-ok.com-vm-with-storage-0" rsc="lustre01-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_colocation id="lustre02-right.vds-ok.com-vm-with-libvirtd" rsc="lustre02-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre02-right.vds-ok.com-vm-with-netif-0" rsc="lustre02-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan4-if"/>
+ <rsc_colocation id="lustre02-right.vds-ok.com-vm-with-storage-0" rsc="lustre02-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre01-right.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre01-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan4-if" first-action="start" id="lustre01-right.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre01-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="lustre01-right.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre01-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre02-right.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre02-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan4-if" first-action="start" id="lustre02-right.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre02-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="lustre02-right.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre02-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="lustre03-left.vds-ok.com-vm-with-libvirtd" rsc="lustre03-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre03-left.vds-ok.com-vm-with-netif-0" rsc="lustre03-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="lustre03-left.vds-ok.com-vm-with-storage-0" rsc="lustre03-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="lustre03-right.vds-ok.com-vm-with-libvirtd" rsc="lustre03-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre03-right.vds-ok.com-vm-with-netif-0" rsc="lustre03-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan4-if"/>
+ <rsc_colocation id="lustre03-right.vds-ok.com-vm-with-storage-0" rsc="lustre03-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_colocation id="lustre04-left.vds-ok.com-vm-with-libvirtd" rsc="lustre04-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre04-left.vds-ok.com-vm-with-netif-0" rsc="lustre04-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="lustre04-left.vds-ok.com-vm-with-storage-0" rsc="lustre04-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="lustre04-right.vds-ok.com-vm-with-libvirtd" rsc="lustre04-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre04-right.vds-ok.com-vm-with-netif-0" rsc="lustre04-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan4-if"/>
+ <rsc_colocation id="lustre04-right.vds-ok.com-vm-with-storage-0" rsc="lustre04-right.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre03-left.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre03-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="lustre03-left.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre03-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="lustre03-left.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre03-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre03-right.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre03-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan4-if" first-action="start" id="lustre03-right.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre03-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="lustre03-right.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre03-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre04-left.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre04-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="lustre04-left.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre04-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="lustre04-left.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre04-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre04-right.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre04-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan4-if" first-action="start" id="lustre04-right.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre04-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="lustre04-right.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre04-right.vds-ok.com-vm" then-action="start"/>
+ <rsc_location id="loc-mcast-anbriz-net-mgmt01" node="mgmt01" rsc="cl-mcast-anbriz-net" score="-INFINITY"/>
+ <rsc_colocation id="gw.anbriz.vds-ok.com-vm-with-libvirtd" rsc="gw.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="gw.anbriz.vds-ok.com-vm-with-netif-0" rsc="gw.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="gw.anbriz.vds-ok.com-vm-with-netif-1" rsc="gw.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-anbriz-net"/>
+ <rsc_colocation id="gw.anbriz.vds-ok.com-vm-with-storage-0" rsc="gw.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="gw.anbriz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="gw.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="gw.anbriz.vds-ok.com-vm-after-netif-0" score="INFINITY" then="gw.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-mcast-anbriz-net" first-action="start" id="gw.anbriz.vds-ok.com-vm-after-netif-1" score="INFINITY" then="gw.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="gw.anbriz.vds-ok.com-vm-after-storage-0" score="INFINITY" then="gw.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="license.anbriz.vds-ok.com-vm-with-libvirtd" rsc="license.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="license.anbriz.vds-ok.com-vm-with-netif-0" rsc="license.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-anbriz-net"/>
+ <rsc_colocation id="license.anbriz.vds-ok.com-vm-with-storage-0" rsc="license.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="license.anbriz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="license.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-mcast-anbriz-net" first-action="start" id="license.anbriz.vds-ok.com-vm-after-netif-0" score="INFINITY" then="license.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="license.anbriz.vds-ok.com-vm-after-storage-0" score="INFINITY" then="license.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="terminal.anbriz.vds-ok.com-vm-with-libvirtd" rsc="terminal.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="terminal.anbriz.vds-ok.com-vm-with-netif-0" rsc="terminal.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-anbriz-net"/>
+ <rsc_colocation id="terminal.anbriz.vds-ok.com-vm-with-storage-0" rsc="terminal.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="terminal.anbriz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="terminal.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-mcast-anbriz-net" first-action="start" id="terminal.anbriz.vds-ok.com-vm-after-netif-0" score="INFINITY" then="terminal.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="terminal.anbriz.vds-ok.com-vm-after-storage-0" score="INFINITY" then="terminal.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="lustre01-left.vds-ok.com-vm-with-libvirtd" rsc="lustre01-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre01-left.vds-ok.com-vm-with-netif-0" rsc="lustre01-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="lustre01-left.vds-ok.com-vm-with-storage-0" rsc="lustre01-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_colocation id="lustre02-left.vds-ok.com-vm-with-libvirtd" rsc="lustre02-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="lustre02-left.vds-ok.com-vm-with-netif-0" rsc="lustre02-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan5-if"/>
+ <rsc_colocation id="lustre02-left.vds-ok.com-vm-with-storage-0" rsc="lustre02-left.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre01-left.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre01-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="lustre01-left.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre01-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="lustre01-left.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre01-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="lustre02-left.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="lustre02-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan5-if" first-action="start" id="lustre02-left.vds-ok.com-vm-after-netif-0" score="INFINITY" then="lustre02-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="lustre02-left.vds-ok.com-vm-after-storage-0" score="INFINITY" then="lustre02-left.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="test-01.vds-ok.com-vm-with-install-fs" rsc="test-01.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-install-fs"/>
+ <rsc_colocation id="test-01.vds-ok.com-vm-with-libvirtd" rsc="test-01.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="test-01.vds-ok.com-vm-with-netif-0" rsc="test-01.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="test-01.vds-ok.com-vm-with-storage-0" rsc="test-01.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirt-install-fs" first-action="start" id="test-01.vds-ok.com-vm-after-install-fs" score="INFINITY" then="test-01.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="test-01.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="test-01.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="test-01.vds-ok.com-vm-after-netif-0" score="INFINITY" then="test-01.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="test-01.vds-ok.com-vm-after-storage-0" score="INFINITY" then="test-01.vds-ok.com-vm" then-action="start"/>
+ <rsc_location id="loc-libvirt-qpid-mgmt01" node="mgmt01" rsc="cl-libvirt-qpid" score="-INFINITY"/>
+ <rsc_location id="loc-libvirtd-mgmt01" node="mgmt01" rsc="cl-libvirtd" score="-INFINITY"/>
+ <rsc_location id="loc-node-params-mgmt01" node="mgmt01" rsc="cl-node-params" score="-INFINITY"/>
+ <rsc_colocation id="libvirt-qpid-with-libvirtd" rsc="cl-libvirt-qpid" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="libvirt-qpid-after-libvirtd" score="INFINITY" then="cl-libvirt-qpid" then-action="start"/>
+ <rsc_location id="loc-vlan1-if-mgmt01" node="mgmt01" rsc="cl-vlan1-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan101-if-mgmt01" node="mgmt01" rsc="cl-vlan101-if" score="-INFINITY"/>
+ <rsc_location id="loc-vlan900-if-mgmt01" node="mgmt01" rsc="cl-vlan900-if" score="-INFINITY"/>
+ <rsc_location id="loc-libvirt-images-pool-mgmt01" node="mgmt01" rsc="cl-libvirt-images-pool" score="-INFINITY"/>
+ <rsc_colocation id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_colocation id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-with-libvirt-qpid" rsc="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-qpid"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-qpid" first-action="start" id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm-after-libvirt-qpid" score="INFINITY" then="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="gw.gleb.vds-ok.com-vm-with-libvirtd" rsc="gw.gleb.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="gw.gleb.vds-ok.com-vm-with-netif-0" rsc="gw.gleb.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="gw.gleb.vds-ok.com-vm-with-storage-0" rsc="gw.gleb.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_colocation id="gw.gotin.vds-ok.com-vm-with-libvirtd" rsc="gw.gotin.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="gw.gotin.vds-ok.com-vm-with-netif-0" rsc="gw.gotin.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vlan101-if"/>
+ <rsc_colocation id="gw.gotin.vds-ok.com-vm-with-storage-0" rsc="gw.gotin.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-0-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="gw.gleb.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="gw.gleb.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="gw.gleb.vds-ok.com-vm-after-netif-0" score="INFINITY" then="gw.gleb.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="gw.gleb.vds-ok.com-vm-after-storage-0" score="INFINITY" then="gw.gleb.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="gw.gotin.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="gw.gotin.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vlan101-if" first-action="start" id="gw.gotin.vds-ok.com-vm-after-netif-0" score="INFINITY" then="gw.gotin.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-0-pool" first-action="start" id="gw.gotin.vds-ok.com-vm-after-storage-0" score="INFINITY" then="gw.gotin.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="terminal0.anbriz.vds-ok.com-vm-with-libvirtd" rsc="terminal0.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirtd"/>
+ <rsc_colocation id="terminal0.anbriz.vds-ok.com-vm-with-netif-0" rsc="terminal0.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-anbriz-net"/>
+ <rsc_colocation id="terminal0.anbriz.vds-ok.com-vm-with-storage-0" rsc="terminal0.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-vds-ok-pool-1-pool"/>
+ <rsc_order first="cl-libvirtd" first-action="start" id="terminal0.anbriz.vds-ok.com-vm-after-libvirtd" score="INFINITY" then="terminal0.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-mcast-anbriz-net" first-action="start" id="terminal0.anbriz.vds-ok.com-vm-after-netif-0" score="INFINITY" then="terminal0.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-vds-ok-pool-1-pool" first-action="start" id="terminal0.anbriz.vds-ok.com-vm-after-storage-0" score="INFINITY" then="terminal0.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_location id="loc-mcast-gleb-net-mgmt01" node="mgmt01" rsc="cl-mcast-gleb-net" score="-INFINITY"/>
+ <rsc_colocation id="gw.gleb.vds-ok.com-vm-with-netif-1" rsc="gw.gleb.vds-ok.com-vm" score="INFINITY" with-rsc="cl-mcast-gleb-net"/>
+ <rsc_colocation id="license.anbriz.vds-ok.com-vm-with-removable-0" rsc="license.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-images-pool"/>
+ <rsc_order first="cl-mcast-gleb-net" first-action="start" id="gw.gleb.vds-ok.com-vm-after-netif-1" score="INFINITY" then="gw.gleb.vds-ok.com-vm" then-action="start"/>
+ <rsc_order first="cl-libvirt-images-pool" first-action="start" id="license.anbriz.vds-ok.com-vm-after-removable-0" score="INFINITY" then="license.anbriz.vds-ok.com-vm" then-action="start"/>
+ <rsc_colocation id="terminal0.anbriz.vds-ok.com-vm-with-removable-0" rsc="terminal0.anbriz.vds-ok.com-vm" score="INFINITY" with-rsc="cl-libvirt-images-pool"/>
+ <rsc_order first="cl-libvirt-images-pool" first-action="start" id="terminal0.anbriz.vds-ok.com-vm-after-removable-0" score="INFINITY" then="terminal0.anbriz.vds-ok.com-vm" then-action="start"/>
+ </constraints>
+ <op_defaults/>
+ <rsc_defaults>
+ <meta_attributes id="rsc-options">
+ <nvpair id="rsc-options-failure-timeout" name="failure-timeout" value="10min"/>
+ </meta_attributes>
+ </rsc_defaults>
+ </configuration>
+ <status>
+ <node_state id="mgmt01" uname="mgmt01" ha="active" in_ccm="true" crmd="online" join="member" expected="member" crm-debug-origin="do_state_transition" shutdown="0">
+ <transient_attributes id="mgmt01">
+ <instance_attributes id="status-mgmt01">
+ <nvpair id="status-mgmt01-probe_complete" name="probe_complete" value="true"/>
+ </instance_attributes>
+ </transient_attributes>
+ <lrm id="mgmt01">
+ <lrm_resources>
+ <lrm_resource id="vlan200-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan200-if:0_last_0" operation_key="vlan200-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="100:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;100:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="36" rc-code="7" op-status="0" interval="0" op-digest="c6da1c1ea8517ff5a0a65b225162cc0e"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-left.vds-ok.com-vm_last_0" operation_key="lustre04-left.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="111:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;111:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="47" rc-code="7" op-status="0" interval="0" op-digest="c1cba5500cd8b1308fc231161be62382" op-force-restart=" config domain_name domain_uuid " op-restart-digest="239155119510f26586117f10a26f6a42"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-iscsi:0" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:0_last_0" operation_key="vds-ok-pool-1-iscsi:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="118:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;118:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="24" rc-code="7" op-status="0" interval="0" op-digest="135d8734fc191476c3fc90e9b27ab769" op-force-restart=" target " op-restart-digest="820a89d64e6f7cfa4ff9841e98545574"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-iscsi:1" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:1_last_0" operation_key="vds-ok-pool-1-iscsi:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="211:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;211:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="102" rc-code="0" op-status="0" interval="0" op-digest="135d8734fc191476c3fc90e9b27ab769" op-force-restart=" target " op-restart-digest="820a89d64e6f7cfa4ff9841e98545574"/>
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:1_monitor_30000" operation_key="vds-ok-pool-1-iscsi:1_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="212:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;212:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="108" rc-code="0" op-status="0" interval="30000" op-digest="b459448d852912639245a6c2857d0045"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-vg:1" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-vg:1_last_0" operation_key="vds-ok-pool-1-vg:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="221:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;221:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="109" rc-code="0" op-status="0" interval="0" op-digest="b239f15938731d19c98471ac0e30ce0a" op-force-restart=" storage_name " op-restart-digest="8dad0399c9cbe87782db151648b8ef23"/>
+ <lrm_rsc_op id="vds-ok-pool-1-vg:1_monitor_120000" operation_key="vds-ok-pool-1-vg:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="222:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;222:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="112" rc-code="0" op-status="0" interval="120000" op-digest="d087a4938618d0641d0bbb2ae2948186"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-left.vds-ok.com-vm_last_0" operation_key="lustre01-left.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="115:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;115:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="51" rc-code="7" op-status="0" interval="0" op-digest="53773ff9ac0ad9e0b6493e0b34f8c8d4" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5f894b76287f38af84b6531c46c2841f"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-pool:0_last_0" operation_key="libvirt-images-pool:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="120:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;120:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="26" rc-code="7" op-status="0" interval="0" op-digest="91f9854e0ca47bfad18285a6072d51a6" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="2684470ef4f0f4fc67a8ab89a46d3807"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-test-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-test-net:0_last_0" operation_key="mcast-test-net:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="103:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;103:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="39" rc-code="7" op-status="0" interval="0" op-digest="098af3d856db71443ee109857c9170bc"/>
+ </lrm_resource>
+ <lrm_resource id="gotin-bbb-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gotin-bbb-vm_last_0" operation_key="gotin-bbb-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="111:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;111:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="78" rc-code="7" op-status="0" interval="0" op-digest="33faee325b904d735fa5286aa81970b3" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9790d0646bb38c4065a43f4a50c9230e"/>
+ </lrm_resource>
+ <lrm_resource id="cloudsrv.credo-dialogue.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="cloudsrv.credo-dialogue.com-vm_last_0" operation_key="cloudsrv.credo-dialogue.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="105:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;105:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="41" rc-code="7" op-status="0" interval="0" op-digest="bbcb4de3df1049833e8511886dbcb0c4" op-force-restart=" config domain_name domain_uuid " op-restart-digest="4ace1446bc23217c5d45aa5b4e8cc216"/>
+ </lrm_resource>
+ <lrm_resource id="lenny-x32-devel-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lenny-x32-devel-vm_last_0" operation_key="lenny-x32-devel-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="101:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;101:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="37" rc-code="7" op-status="0" interval="0" op-digest="6ecc526a0c2345c29f58be654f873964" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5c71013df1168e454dc3b9c9fe987592"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="104:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;104:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="71" rc-code="7" op-status="0" interval="0" op-digest="47623b0bfe8cdcb386f1ecb0fa5178ea" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d7f94f3d124a9554a0fb29222a13727c"/>
+ </lrm_resource>
+ <lrm_resource id="vlan1-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan1-if:0_last_0" operation_key="vlan1-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="106:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;106:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="12" rc-code="7" op-status="0" interval="0" op-digest="af27adc97684a400b988b5abd0cb964e"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-right.vds-ok.com-vm_last_0" operation_key="lustre02-right.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="108:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;108:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="44" rc-code="7" op-status="0" interval="0" op-digest="2d0aac941fb42b69c2242c4ee8137d24" op-force-restart=" config domain_name domain_uuid " op-restart-digest="0bcd9166ee04c2877732be92e97a2694"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="99:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;99:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="66" rc-code="7" op-status="0" interval="0" op-digest="39eed4564cfde4faf49a119e3bf6b654" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1547e8b7244c3632d8cbac0aba34b114"/>
+ </lrm_resource>
+ <lrm_resource id="node-params:0" type="NodeParams" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="node-params:0_last_0" operation_key="node-params:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="105:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;105:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="11" rc-code="7" op-status="0" interval="0" op-digest="1c21e2ee1ccef1892f32f18223ec8eea"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-a_last_0" operation_key="stonith-v02-a_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="119:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;119:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="55" rc-code="7" op-status="0" interval="0" op-digest="a22ef3dd03139214819c634173493c0d"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-b_last_0" operation_key="stonith-v02-b_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="120:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;120:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="56" rc-code="7" op-status="0" interval="0" op-digest="b226db1c1b22be6168c6ec993a74a902"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-c_last_0" operation_key="stonith-v02-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="121:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;121:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="57" rc-code="7" op-status="0" interval="0" op-digest="84c0f18cbae8e3c0733e3901f1e73436"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-d_last_0" operation_key="stonith-v02-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="122:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;122:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="58" rc-code="7" op-status="0" interval="0" op-digest="3b00d2d373eb86ca5504d2734cc29468"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="95:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;95:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="62" rc-code="7" op-status="0" interval="0" op-digest="fa744d7591c9defc2309a4dbbcef12ac" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1f41d09627d64424cd5c2216c68a5035"/>
+ </lrm_resource>
+ <lrm_resource id="eu2.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu2.ca-pages.com-vm_last_0" operation_key="eu2.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="107:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;107:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="74" rc-code="7" op-status="0" interval="0" op-digest="efabcdfc761739479763fe67faa56949" op-force-restart=" config domain_name domain_uuid " op-restart-digest="b72532e816f22f1c8d35de1e568e24a4"/>
+ </lrm_resource>
+ <lrm_resource id="vlan103-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan103-if:0_last_0" operation_key="vlan103-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="109:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;109:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="15" rc-code="7" op-status="0" interval="0" op-digest="aecaf507acb6eda5545db51753920508"/>
+ </lrm_resource>
+ <lrm_resource id="vlan909-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan909-if:0_last_0" operation_key="vlan909-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="115:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;115:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="21" rc-code="7" op-status="0" interval="0" op-digest="35fb94e975441ec9adf7bd795fe26d33"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-gleb-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-gleb-net:0_last_0" operation_key="mcast-gleb-net:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="110:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;110:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="123" rc-code="7" op-status="0" interval="0" op-digest="c7da0deabcf445339b7da9b101daad56"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="105:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;105:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="72" rc-code="7" op-status="0" interval="0" op-digest="bb32a34ebfe8b30f16c4c23e6c6c19ad" op-force-restart=" config domain_name domain_uuid " op-restart-digest="05f780efafca3c79c4059379a749b767"/>
+ </lrm_resource>
+ <lrm_resource id="dlm:0" type="controld" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dlm:0_last_0" operation_key="dlm:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="97:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;97:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="3" rc-code="7" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ </lrm_resource>
+ <lrm_resource id="vlan4-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan4-if:0_last_0" operation_key="vlan4-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="112:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;112:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="18" rc-code="7" op-status="0" interval="0" op-digest="77a625ba954c734706882c214eca35b9"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="100:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;100:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="67" rc-code="7" op-status="0" interval="0" op-digest="0cb3eaacadeee61e7b6b7b216401974c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="56ccdb917fa60f96b576c6c2beb8d664"/>
+ </lrm_resource>
+ <lrm_resource id="git.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="git.vds-ok.com-vm_last_0" operation_key="git.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="125:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;125:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="61" rc-code="7" op-status="0" interval="0" op-digest="a1cac700db92185fe1a2f581bb29a5af" op-force-restart=" config domain_name domain_uuid " op-restart-digest="0fe9ee8b888beb4d962b104d63b88490"/>
+ </lrm_resource>
+ <lrm_resource id="ubuntu9.10-gotin-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ubuntu9.10-gotin-vm_last_0" operation_key="ubuntu9.10-gotin-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="115:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;115:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="82" rc-code="7" op-status="0" interval="0" op-digest="5f3b1c4cee4f21f0b330e232a946d58c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3e92b473cff2e7e1e9f3ed8da921da06"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="101:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;101:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="68" rc-code="7" op-status="0" interval="0" op-digest="16f6e8312482a945bb479f7d6c7ca860" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2d6f9088daf96df4cda7f95887203cae"/>
+ </lrm_resource>
+ <lrm_resource id="dist.fly-uni.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.fly-uni.org-vm_last_0" operation_key="dist.fly-uni.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="116:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;116:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="83" rc-code="7" op-status="0" interval="0" op-digest="e3b6c55a51cd3c5557fbeacd224e8efb" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9c95d8e8fd6238ef5204c6f6442a70d6"/>
+ </lrm_resource>
+ <lrm_resource id="dlm:1" type="controld" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dlm:1_last_0" operation_key="dlm:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="137:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;137:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="88" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ <lrm_rsc_op id="dlm:1_monitor_20000" operation_key="dlm:1_monitor_20000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="138:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;138:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="103" rc-code="0" op-status="0" interval="20000" op-digest="4811cef7f7f94e3a35a70be7916cb2fd"/>
+ </lrm_resource>
+ <lrm_resource id="metae.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="metae.ru-vm_last_0" operation_key="metae.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="113:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;113:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="80" rc-code="7" op-status="0" interval="0" op-digest="9c2279bf483bcd19b561bfc53b3cc5fa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5e6c9807f8f7e13691308c9a18e5d48c"/>
+ </lrm_resource>
+ <lrm_resource id="eu1.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu1.ca-pages.com-vm_last_0" operation_key="eu1.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="110:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;110:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="77" rc-code="7" op-status="0" interval="0" op-digest="a34f6f8a2707b5949e00bc918306e5c2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d8e4577d06a9b40d94183be097afd401"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="96:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;96:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="63" rc-code="7" op-status="0" interval="0" op-digest="babee980d1a57b1b272c78dc508bca56" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3a8ef34a5bfa7522b5cee8e4182236c5"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-left.vds-ok.com-vm_last_0" operation_key="lustre03-left.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="109:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;109:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="45" rc-code="7" op-status="0" interval="0" op-digest="804c0cf62de8ea9a806792a79345353d" op-force-restart=" config domain_name domain_uuid " op-restart-digest="50ab51eb5e8149523987af60b9be88ae"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="106:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;106:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="73" rc-code="7" op-status="0" interval="0" op-digest="1009e520a9211a7c21ecd02dc50182ae" op-force-restart=" config domain_name domain_uuid " op-restart-digest="49baac3d1b8270d9c55df5269678867f"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gotin.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gotin.vds-ok.com-vm_last_0" operation_key="gw.gotin.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="120:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;120:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="87" rc-code="7" op-status="0" interval="0" op-digest="07a5902125637c4e0ebc91999aff79b2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="daaee65917776ec92522f01bff852cde"/>
+ </lrm_resource>
+ <lrm_resource id="multipathd:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="multipathd:0_last_0" operation_key="multipathd:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="99:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;99:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="5" rc-code="7" op-status="0" interval="0" op-digest="fb8ba77c7281e6f1023f1566b53085e9" op-force-restart=" job_name " op-restart-digest="cca6faf760fbf11e0c00ae94bd1a6f42"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="123:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;123:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="29" rc-code="7" op-status="0" interval="0" op-digest="375d6fe087f378ab1e995fe60db1873d" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ef7f9abd7351087659524a5f23c8bafd"/>
+ </lrm_resource>
+ <lrm_resource id="test-01.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="test-01.vds-ok.com-vm_last_0" operation_key="test-01.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="117:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;117:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="53" rc-code="7" op-status="0" interval="0" op-digest="4c28ce020f23107b24bc8c05cd03a4ae" op-force-restart=" config domain_name domain_uuid " op-restart-digest="96de0401397acf1c54a527b9579d8e50"/>
+ </lrm_resource>
+ <lrm_resource id="iscsid:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="iscsid:0_last_0" operation_key="iscsid:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="98:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;98:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="4" rc-code="7" op-status="0" interval="0" op-digest="67cfdc9049b8a3c940a666482e29c949" op-force-restart=" job_name " op-restart-digest="34e59340a8d59b3a388d98355d47b325"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="124:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;124:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="30" rc-code="7" op-status="0" interval="0" op-digest="d50c9677e08168a0b48644db04bba57c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="35c9fcc87b15a740dd59aeda81e9b107"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt01" type="fence_xvm" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt01_last_0" operation_key="stonith-mgmt01_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="102:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;102:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="8" rc-code="7" op-status="0" interval="0" op-digest="99ee670a51f23e878e57968262d926ea"/>
+ </lrm_resource>
+ <lrm_resource id="vlan101-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan101-if:0_last_0" operation_key="vlan101-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="107:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;107:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="13" rc-code="7" op-status="0" interval="0" op-digest="98f73a34a16c7c9419e3338bfb189f8f"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-vg:0" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-vg:0_last_0" operation_key="vds-ok-pool-0-vg:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="117:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;117:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="23" rc-code="7" op-status="0" interval="0" op-digest="2b09a30d01bf9663056ac340d2d5a154" op-force-restart=" storage_name " op-restart-digest="07d17c1cad0955a0d8bced3c20ee9241"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt02" type="meatware" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt02_last_0" operation_key="stonith-mgmt02_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="112:113:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;112:113:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="120" rc-code="0" op-status="0" interval="0" op-digest="5ce67d34498bc41043c8ae8872521700"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="102:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;102:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="69" rc-code="7" op-status="0" interval="0" op-digest="a2c2308ae939080819701cf22b99a9a9" op-force-restart=" config domain_name domain_uuid " op-restart-digest="80840555f27bd516b79e08ca88c19d77"/>
+ </lrm_resource>
+ <lrm_resource id="iscsid:1" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="iscsid:1_last_0" operation_key="iscsid:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="147:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;147:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="89" rc-code="0" op-status="0" interval="0" op-digest="67cfdc9049b8a3c940a666482e29c949" op-force-restart=" job_name " op-restart-digest="34e59340a8d59b3a388d98355d47b325"/>
+ <lrm_rsc_op id="iscsid:1_monitor_10000" operation_key="iscsid:1_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="148:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;148:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="100" rc-code="0" op-status="0" interval="10000" op-digest="85306db284b704002a09ef8c9a76f144"/>
+ </lrm_resource>
+ <lrm_resource id="multipathd:1" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="multipathd:1_last_0" operation_key="multipathd:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="157:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;157:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="90" rc-code="0" op-status="0" interval="0" op-digest="fb8ba77c7281e6f1023f1566b53085e9" op-force-restart=" job_name " op-restart-digest="cca6faf760fbf11e0c00ae94bd1a6f42"/>
+ <lrm_rsc_op id="multipathd:1_monitor_10000" operation_key="multipathd:1_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="158:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;158:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="96" rc-code="0" op-status="0" interval="10000" op-digest="64de6f4979a4181a74ff94a6f2ef1fa3"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="97:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;97:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="64" rc-code="7" op-status="0" interval="0" op-digest="355bf4686a269cf2b61e1c6be36a0216" op-force-restart=" config domain_name domain_uuid " op-restart-digest="53e0d4f3893f1eef2eeba156f2df1b36"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-right.vds-ok.com-vm_last_0" operation_key="lustre03-right.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="110:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;110:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="46" rc-code="7" op-status="0" interval="0" op-digest="ffbd9470c721ea4b3992601dbafea5e1" op-force-restart=" config domain_name domain_uuid " op-restart-digest="bf36b700fc83bd9b825be7d85d5d4d45"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-vg:1" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-vg:1_last_0" operation_key="vds-ok-pool-0-vg:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="201:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;201:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="111" rc-code="0" op-status="0" interval="0" op-digest="2b09a30d01bf9663056ac340d2d5a154" op-force-restart=" storage_name " op-restart-digest="07d17c1cad0955a0d8bced3c20ee9241"/>
+ <lrm_rsc_op id="vds-ok-pool-0-vg:1_monitor_120000" operation_key="vds-ok-pool-0-vg:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="202:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;202:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="113" rc-code="0" op-status="0" interval="120000" op-digest="e93ea2e0c99ad131bae44fd890611096"/>
+ </lrm_resource>
+ <lrm_resource id="rodovoepomestie.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="rodovoepomestie.ru-vm_last_0" operation_key="rodovoepomestie.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="114:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;114:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="81" rc-code="7" op-status="0" interval="0" op-digest="cf6f6f16537472a14a408df14b96576e" op-force-restart=" config domain_name domain_uuid " op-restart-digest="261641fa3c1f0bb28e77adc144ff35a6"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-anbriz-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-anbriz-net:0_last_0" operation_key="mcast-anbriz-net:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="113:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;113:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="49" rc-code="7" op-status="0" interval="0" op-digest="862aa1e35c78de825dc34fb093cb7ce2"/>
+ </lrm_resource>
+ <lrm_resource id="dist.express-consult.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.express-consult.org-vm_last_0" operation_key="dist.express-consult.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="109:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;109:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="76" rc-code="7" op-status="0" interval="0" op-digest="8ceb98a779e296cb1390c2e9638bfb14" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2c3b29e44a55df2b426f36babad9dc3b"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="125:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;125:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="31" rc-code="7" op-status="0" interval="0" op-digest="971f1e7df6226dcc05178e524b06df43" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1c48739f32b76e0a8a377666d77ab991"/>
+ </lrm_resource>
+ <lrm_resource id="clvmd:0" type="clvmd" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="clvmd:0_last_0" operation_key="clvmd:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="103:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;103:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="9" rc-code="7" op-status="0" interval="0" op-digest="61d8af4c0f6204c049423839796ba9d5"/>
+ </lrm_resource>
+ <lrm_resource id="vlan104-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan104-if:0_last_0" operation_key="vlan104-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="110:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;110:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="16" rc-code="7" op-status="0" interval="0" op-digest="1a0758e0e165008d511c7c3cf3fc191b"/>
+ </lrm_resource>
+ <lrm_resource id="clvmd:1" type="clvmd" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="clvmd:1_last_0" operation_key="clvmd:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="127:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;127:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="104" rc-code="0" op-status="0" interval="0" op-digest="61d8af4c0f6204c049423839796ba9d5"/>
+ <lrm_rsc_op id="clvmd:1_monitor_30000" operation_key="clvmd:1_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="128:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;128:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="107" rc-code="0" op-status="0" interval="30000" op-digest="6f0a4fe07ef592d4bfe125815c49c88c"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-left.vds-ok.com-vm_last_0" operation_key="lustre02-left.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="116:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;116:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="52" rc-code="7" op-status="0" interval="0" op-digest="01138319f9944a53d0396a97abd61d42" op-force-restart=" config domain_name domain_uuid " op-restart-digest="703d94de3230f82218a50f28d6dac656"/>
+ </lrm_resource>
+ <lrm_resource id="f13-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="f13-x64-devel.vds-ok.com-vm_last_0" operation_key="f13-x64-devel.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="99:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;99:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="35" rc-code="7" op-status="0" interval="0" op-digest="d09ddb2ba7286d37124a5c0b5313033b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="4a4818792968a1452407aa0f8478f392"/>
+ </lrm_resource>
+ <lrm_resource id="c5-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c5-x64-devel.vds-ok.com-vm_last_0" operation_key="c5-x64-devel.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="102:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;102:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="38" rc-code="7" op-status="0" interval="0" op-digest="e00675fc5409e97c9fa9369eae075128" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ccd604420af5dafbcda04a3e53a278e7"/>
+ </lrm_resource>
+ <lrm_resource id="libvirtd:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirtd:0_last_0" operation_key="libvirtd:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="104:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;104:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="10" rc-code="7" op-status="0" interval="0" op-digest="7958fe937f7dfdeb132796c5147dd099" op-force-restart=" job_name " op-restart-digest="121354c7ca7024e72e62f63dabb5716f"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-fs:0" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-fs:0_last_0" operation_key="libvirt-images-fs:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="100:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;100:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="6" rc-code="7" op-status="0" interval="0" op-digest="ddc6c984419ff0c328d30d07c3250b81"/>
+ </lrm_resource>
+ <lrm_resource id="ktstudio.net-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ktstudio.net-vm_last_0" operation_key="ktstudio.net-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="104:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;104:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="40" rc-code="7" op-status="0" interval="0" op-digest="92032bad9d6c1406e60b10bd05bede23" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ee939e512b6a6fabd3129fd40e9f7b5c"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-right.vds-ok.com-vm_last_0" operation_key="lustre01-right.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="107:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;107:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="43" rc-code="7" op-status="0" interval="0" op-digest="cd9f476645bc7fda189bf276c5973202" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ecfeb43d7ead5e496a541317f784c5f3"/>
+ </lrm_resource>
+ <lrm_resource id="c6-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c6-x64-devel.vds-ok.com-vm_last_0" operation_key="c6-x64-devel.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="106:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;106:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="42" rc-code="7" op-status="0" interval="0" op-digest="14591539a607983f55b323120f44375b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3c9508d1b7579171cb615c2835ea9a4c"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-fs:1" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-fs:1_last_0" operation_key="libvirt-images-fs:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="167:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;167:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="91" rc-code="0" op-status="0" interval="0" op-digest="ddc6c984419ff0c328d30d07c3250b81"/>
+ <lrm_rsc_op id="libvirt-images-fs:1_monitor_120000" operation_key="libvirt-images-fs:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="168:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;168:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="99" rc-code="0" op-status="0" interval="120000" op-digest="a8eb80e8514371d8e641837c493e3c89"/>
+ <lrm_rsc_op id="libvirt-images-fs:1_monitor_240000" operation_key="libvirt-images-fs:1_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="169:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;169:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="98" rc-code="0" op-status="0" interval="240000" op-digest="7b7b399066445c3c319ec98682b5f63a"/>
+ <lrm_rsc_op id="libvirt-images-fs:1_monitor_360000" operation_key="libvirt-images-fs:1_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="170:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;170:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="97" rc-code="0" op-status="0" interval="360000" op-digest="411302b2dd9945a17397babf64c5a956"/>
+ </lrm_resource>
+ <lrm_resource id="vlan5-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan5-if:0_last_0" operation_key="vlan5-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="113:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;113:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="19" rc-code="7" op-status="0" interval="0" op-digest="837a8cf92dfbbc421c5d1f7cec0c631f"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-a_last_0" operation_key="stonith-v03-a_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="213:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;213:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="119" rc-code="0" op-status="0" interval="0" op-digest="2c11591b9038cb71353d7ceac1f01209"/>
+ </lrm_resource>
+ <lrm_resource id="vlan900-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan900-if:0_last_0" operation_key="vlan900-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="114:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;114:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="20" rc-code="7" op-status="0" interval="0" op-digest="449936f01c4131186b5c7b188bc0e0d3"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-b_last_0" operation_key="stonith-v03-b_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="270:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;270:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="121" rc-code="0" op-status="0" interval="0" op-digest="8d09ad57153e4100438f321a94f8cdb3"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-iscsi:0" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:0_last_0" operation_key="vds-ok-pool-0-iscsi:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="116:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;116:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="22" rc-code="7" op-status="0" interval="0" op-digest="ce2858d3fc7dd03d86a0330f0c7c93dc" op-force-restart=" target " op-restart-digest="ac6e5f8d59f288376f442d90a92c3040"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-d_last_0" operation_key="stonith-v03-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="124:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;124:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="60" rc-code="7" op-status="0" interval="0" op-digest="c3d20fb821834c3b8bc3cb6ad760774d"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-c_last_0" operation_key="stonith-v03-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="123:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;123:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="59" rc-code="7" op-status="0" interval="0" op-digest="78f4a207f573a57e798a45ea8104a253"/>
+ </lrm_resource>
+ <lrm_resource id="license.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="license.anbriz.vds-ok.com-vm_last_0" operation_key="license.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="117:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;117:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="84" rc-code="7" op-status="0" interval="0" op-digest="1671ccc6cc04a7abfe4c51f7ba004e6d" op-force-restart=" config domain_name domain_uuid " op-restart-digest="645d94c2f6da4e32314cc095ba864f97"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-qpid:0" type="libvirt-qpid" class="lsb">
+ <lrm_rsc_op id="libvirt-qpid:0_last_0" operation_key="libvirt-qpid:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="118:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;118:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="54" rc-code="7" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="98:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;98:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="34" rc-code="7" op-status="0" interval="0" op-digest="8fddcf6e1076805b3bdd50ef88115c15" op-force-restart=" config domain_name domain_uuid " op-restart-digest="6451797d6525968453454e60a18927f2"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="98:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;98:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="65" rc-code="7" op-status="0" interval="0" op-digest="63f3311ec1b553960cdd611916f686aa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="6b91a35532a2143d0f07ef92511b61ce"/>
+ </lrm_resource>
+ <lrm_resource id="terminal.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal.anbriz.vds-ok.com-vm_last_0" operation_key="terminal.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="118:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;118:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="85" rc-code="7" op-status="0" interval="0" op-digest="7ae0a830d19a17e0beefab831c639ebf" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ea50ab9af06f81ab927d6d9f5d17ffe7"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-vg:0" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-vg:0_last_0" operation_key="vds-ok-pool-1-vg:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="119:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;119:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="25" rc-code="7" op-status="0" interval="0" op-digest="b239f15938731d19c98471ac0e30ce0a" op-force-restart=" storage_name " op-restart-digest="8dad0399c9cbe87782db151648b8ef23"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-pool:0_last_0" operation_key="vds-ok-pool-0-pool:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="121:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;121:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="27" rc-code="7" op-status="0" interval="0" op-digest="23e772222e86fd0d70455c4ef5d41c56" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="507f87928adf3796b3d3396d3e08cd20"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-iscsi:1" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:1_last_0" operation_key="vds-ok-pool-0-iscsi:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="191:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;191:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="101" rc-code="0" op-status="0" interval="0" op-digest="ce2858d3fc7dd03d86a0330f0c7c93dc" op-force-restart=" target " op-restart-digest="ac6e5f8d59f288376f442d90a92c3040"/>
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:1_monitor_30000" operation_key="vds-ok-pool-0-iscsi:1_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="192:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;192:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="110" rc-code="0" op-status="0" interval="30000" op-digest="a75a8e5238302a5bd7d28405e170b0b5"/>
+ </lrm_resource>
+ <lrm_resource id="vlan102-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan102-if:0_last_0" operation_key="vlan102-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="108:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;108:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="14" rc-code="7" op-status="0" interval="0" op-digest="a04a936b5ca703f9fcbeef627b129d99"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-pool:0_last_0" operation_key="vds-ok-pool-1-pool:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="122:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;122:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="28" rc-code="7" op-status="0" interval="0" op-digest="d22fc60bc261a6eb76d45b74dae2dbda" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="946c879397fd6a8f6c755760ecc9a611"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gleb.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gleb.vds-ok.com-vm_last_0" operation_key="gw.gleb.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="119:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;119:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="86" rc-code="7" op-status="0" interval="0" op-digest="bac7a1e07d0293dcbe37648f9978a126" op-force-restart=" config domain_name domain_uuid " op-restart-digest="c4464bcca26b02eb529f54f320e75c89"/>
+ </lrm_resource>
+ <lrm_resource id="vlan3-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan3-if:0_last_0" operation_key="vlan3-if:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="111:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;111:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="17" rc-code="7" op-status="0" interval="0" op-digest="403e720f366c0649ee275e981e64b9e4"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-install-fs:0" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-install-fs:0_last_0" operation_key="libvirt-install-fs:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="101:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;101:98:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="7" rc-code="7" op-status="0" interval="0" op-digest="31e7242629b49443f536c22192debb15"/>
+ </lrm_resource>
+ <lrm_resource id="gw.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.anbriz.vds-ok.com-vm_last_0" operation_key="gw.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="114:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;114:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="50" rc-code="7" op-status="0" interval="0" op-digest="c8324fa21602bac6b453917c73b295ed" op-force-restart=" config domain_name domain_uuid " op-restart-digest="7de95a6115b591dbe8970e0048cf7c81"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-install-fs:1" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-install-fs:1_last_0" operation_key="libvirt-install-fs:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="179:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;179:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="92" rc-code="0" op-status="0" interval="0" op-digest="31e7242629b49443f536c22192debb15"/>
+ <lrm_rsc_op id="libvirt-install-fs:1_monitor_120000" operation_key="libvirt-install-fs:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="180:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;180:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="95" rc-code="0" op-status="0" interval="120000" op-digest="54b02cd722053809bd0b1a3619adfd3b"/>
+ <lrm_rsc_op id="libvirt-install-fs:1_monitor_240000" operation_key="libvirt-install-fs:1_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="181:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;181:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="94" rc-code="0" op-status="0" interval="240000" op-digest="11cd729f3313767ad7383c42495e612b"/>
+ <lrm_rsc_op id="libvirt-install-fs:1_monitor_360000" operation_key="libvirt-install-fs:1_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="182:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;182:100:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="93" rc-code="0" op-status="0" interval="360000" op-digest="d9c16f21c130ae8da55d8eac0b6c6cdc"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="103:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;103:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="70" rc-code="7" op-status="0" interval="0" op-digest="c69d524ef8245fc45d4b20f76e53cf5a" op-force-restart=" config domain_name domain_uuid " op-restart-digest="30d43c9d04cd8061bfc2e32d6b8e149a"/>
+ </lrm_resource>
+ <lrm_resource id="zakaz.transferrus.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="zakaz.transferrus.ru-vm_last_0" operation_key="zakaz.transferrus.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="108:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;108:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="75" rc-code="7" op-status="0" interval="0" op-digest="8866085a8519dcd226643d6dbf891e31" op-force-restart=" config domain_name domain_uuid " op-restart-digest="19d75392a181635d2813759181e6deec"/>
+ </lrm_resource>
+ <lrm_resource id="terminal0.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal0.anbriz.vds-ok.com-vm_last_0" operation_key="terminal0.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="109:19:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;109:19:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="122" rc-code="7" op-status="0" interval="0" op-digest="1830fa94781a35868a60766b3afcf44b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="75dd9c3490c2c31180a5f334de430e6c"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-right.vds-ok.com-vm_last_0" operation_key="lustre04-right.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="112:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;112:99:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="48" rc-code="7" op-status="0" interval="0" op-digest="1b83db7bba7578e24461afdffd695582" op-force-restart=" config domain_name domain_uuid " op-restart-digest="db646f633e92a650a671b003e0bfcd50"/>
+ </lrm_resource>
+ <lrm_resource id="maxb-c55-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="maxb-c55-vm_last_0" operation_key="maxb-c55-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="112:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;112:100:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="79" rc-code="7" op-status="0" interval="0" op-digest="228f907e518ceb35c384542021d9e6f5" op-force-restart=" config domain_name domain_uuid " op-restart-digest="71e05c313ccea988eacf6d584f83284b"/>
+ </lrm_resource>
+ </lrm_resources>
+ </lrm>
+ </node_state>
+ <node_state id="v03-b" uname="v03-b" ha="active" in_ccm="true" crmd="online" join="member" expected="member" shutdown="0" crm-debug-origin="do_state_transition">
+ <transient_attributes id="v03-b">
+ <instance_attributes id="status-v03-b">
+ <nvpair id="status-v03-b-probe_complete" name="probe_complete" value="true"/>
+ </instance_attributes>
+ </transient_attributes>
+ <lrm id="v03-b">
+ <lrm_resources>
+ <lrm_resource id="vlan200-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan200-if:0_last_0" operation_key="vlan200-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="407:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;407:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="104" rc-code="0" op-status="0" interval="0" op-digest="c6da1c1ea8517ff5a0a65b225162cc0e"/>
+ <lrm_rsc_op id="vlan200-if:0_monitor_120000" operation_key="vlan200-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="339:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;339:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="131" rc-code="0" op-status="0" interval="120000" op-digest="2a7b4f79b415335fc257a30ff26b65fb"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-left.vds-ok.com-vm_last_0" operation_key="lustre04-left.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="383:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;383:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="260" rc-code="0" op-status="0" interval="0" op-digest="c1cba5500cd8b1308fc231161be62382" op-force-restart=" config domain_name domain_uuid " op-restart-digest="239155119510f26586117f10a26f6a42"/>
+ <lrm_rsc_op id="lustre04-left.vds-ok.com-vm_monitor_10000" operation_key="lustre04-left.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="384:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;384:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="269" rc-code="0" op-status="0" interval="10000" op-digest="150a881deeaa64fea581be1530363586"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-iscsi:0" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:0_last_0" operation_key="vds-ok-pool-1-iscsi:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="250:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;250:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="118" rc-code="0" op-status="0" interval="0" op-digest="135d8734fc191476c3fc90e9b27ab769" op-force-restart=" target " op-restart-digest="820a89d64e6f7cfa4ff9841e98545574"/>
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:0_monitor_30000" operation_key="vds-ok-pool-1-iscsi:0_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="173:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;173:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="121" rc-code="0" op-status="0" interval="30000" op-digest="b459448d852912639245a6c2857d0045"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-left.vds-ok.com-vm_last_0" operation_key="lustre01-left.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="372:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;372:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="236" rc-code="0" op-status="0" interval="0" op-digest="53773ff9ac0ad9e0b6493e0b34f8c8d4"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-pool:0_last_0" operation_key="libvirt-images-pool:0_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="313:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;313:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="239" rc-code="0" op-status="0" interval="0" op-digest="91f9854e0ca47bfad18285a6072d51a6"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-pool:1" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-pool:1_last_0" operation_key="libvirt-images-pool:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="311:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;311:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="245" rc-code="0" op-status="0" interval="0" op-digest="91f9854e0ca47bfad18285a6072d51a6" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="2684470ef4f0f4fc67a8ab89a46d3807"/>
+ <lrm_rsc_op id="libvirt-images-pool:1_monitor_120000" operation_key="libvirt-images-pool:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="312:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;312:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="251" rc-code="0" op-status="0" interval="120000" op-digest="e9199b3f07c99731751c20790c5503e2"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-test-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-test-net:0_last_0" operation_key="mcast-test-net:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="419:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;419:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="105" rc-code="0" op-status="0" interval="0" op-digest="098af3d856db71443ee109857c9170bc"/>
+ <lrm_rsc_op id="mcast-test-net:0_monitor_360000" operation_key="mcast-test-net:0_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="352:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;352:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="132" rc-code="0" op-status="0" interval="360000" op-digest="76ddc520580434e150e38e9993c2d2c1"/>
+ </lrm_resource>
+ <lrm_resource id="gotin-bbb-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gotin-bbb-vm_last_0" operation_key="gotin-bbb-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="154:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;154:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="78" rc-code="7" op-status="0" interval="0" op-digest="33faee325b904d735fa5286aa81970b3" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9790d0646bb38c4065a43f4a50c9230e"/>
+ </lrm_resource>
+ <lrm_resource id="cloudsrv.credo-dialogue.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="cloudsrv.credo-dialogue.com-vm_last_0" operation_key="cloudsrv.credo-dialogue.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="371:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;371:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="257" rc-code="0" op-status="0" interval="0" op-digest="bbcb4de3df1049833e8511886dbcb0c4" op-force-restart=" config domain_name domain_uuid " op-restart-digest="4ace1446bc23217c5d45aa5b4e8cc216"/>
+ <lrm_rsc_op id="cloudsrv.credo-dialogue.com-vm_monitor_10000" operation_key="cloudsrv.credo-dialogue.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="372:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;372:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="263" rc-code="0" op-status="0" interval="10000" op-digest="57ee3ea5b023ea74922d9d58185a8de2"/>
+ </lrm_resource>
+ <lrm_resource id="lenny-x32-devel-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lenny-x32-devel-vm_last_0" operation_key="lenny-x32-devel-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="344:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;344:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="230" rc-code="0" op-status="0" interval="0" op-digest="6ecc526a0c2345c29f58be654f873964"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="147:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;147:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="71" rc-code="7" op-status="0" interval="0" op-digest="47623b0bfe8cdcb386f1ecb0fa5178ea" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d7f94f3d124a9554a0fb29222a13727c"/>
+ </lrm_resource>
+ <lrm_resource id="vlan1-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan1-if:0_last_0" operation_key="vlan1-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="293:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;293:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="94" rc-code="0" op-status="0" interval="0" op-digest="af27adc97684a400b988b5abd0cb964e"/>
+ <lrm_rsc_op id="vlan1-if:0_monitor_120000" operation_key="vlan1-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="294:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;294:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="107" rc-code="0" op-status="0" interval="120000" op-digest="addbc4fe0a0ea10784074d2b8c72f024"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-right.vds-ok.com-vm_last_0" operation_key="lustre02-right.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="358:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;358:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="233" rc-code="0" op-status="0" interval="0" op-digest="2d0aac941fb42b69c2242c4ee8137d24"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="142:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;142:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="66" rc-code="7" op-status="0" interval="0" op-digest="39eed4564cfde4faf49a119e3bf6b654" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1547e8b7244c3632d8cbac0aba34b114"/>
+ </lrm_resource>
+ <lrm_resource id="node-params:0" type="NodeParams" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="node-params:0_last_0" operation_key="node-params:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="285:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;285:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="93" rc-code="0" op-status="0" interval="0" op-digest="1c21e2ee1ccef1892f32f18223ec8eea"/>
+ <lrm_rsc_op id="node-params:0_monitor_300000" operation_key="node-params:0_monitor_300000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="206:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;206:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="122" rc-code="0" op-status="0" interval="300000" op-digest="48af50277c7b30a8a2f87d561a33962e"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-a_last_0" operation_key="stonith-v02-a_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="131:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;131:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="55" rc-code="7" op-status="0" interval="0" op-digest="a22ef3dd03139214819c634173493c0d"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-b_last_0" operation_key="stonith-v02-b_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="132:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;132:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="56" rc-code="7" op-status="0" interval="0" op-digest="b226db1c1b22be6168c6ec993a74a902"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-c_last_0" operation_key="stonith-v02-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="133:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;133:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="57" rc-code="7" op-status="0" interval="0" op-digest="84c0f18cbae8e3c0733e3901f1e73436"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-d_last_0" operation_key="stonith-v02-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="134:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;134:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="58" rc-code="7" op-status="0" interval="0" op-digest="3b00d2d373eb86ca5504d2734cc29468"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="138:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;138:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="62" rc-code="7" op-status="0" interval="0" op-digest="fa744d7591c9defc2309a4dbbcef12ac" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1f41d09627d64424cd5c2216c68a5035"/>
+ </lrm_resource>
+ <lrm_resource id="eu2.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu2.ca-pages.com-vm_last_0" operation_key="eu2.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="150:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;150:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="74" rc-code="7" op-status="0" interval="0" op-digest="efabcdfc761739479763fe67faa56949" op-force-restart=" config domain_name domain_uuid " op-restart-digest="b72532e816f22f1c8d35de1e568e24a4"/>
+ </lrm_resource>
+ <lrm_resource id="vlan103-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan103-if:0_last_0" operation_key="vlan103-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="317:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;317:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="97" rc-code="0" op-status="0" interval="0" op-digest="aecaf507acb6eda5545db51753920508"/>
+ <lrm_rsc_op id="vlan103-if:0_monitor_120000" operation_key="vlan103-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="240:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;240:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="124" rc-code="0" op-status="0" interval="120000" op-digest="6b968f5833526a2d37fc5810cd1aec3a"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="148:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;148:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="72" rc-code="7" op-status="0" interval="0" op-digest="bb32a34ebfe8b30f16c4c23e6c6c19ad" op-force-restart=" config domain_name domain_uuid " op-restart-digest="05f780efafca3c79c4059379a749b767"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-gleb-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-gleb-net:0_last_0" operation_key="mcast-gleb-net:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="114:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;114:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="274" rc-code="7" op-status="0" interval="0" op-digest="c7da0deabcf445339b7da9b101daad56"/>
+ </lrm_resource>
+ <lrm_resource id="vlan909-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan909-if:0_last_0" operation_key="vlan909-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="365:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;365:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="103" rc-code="0" op-status="0" interval="0" op-digest="35fb94e975441ec9adf7bd795fe26d33"/>
+ <lrm_rsc_op id="vlan909-if:0_monitor_120000" operation_key="vlan909-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="294:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;294:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="130" rc-code="0" op-status="0" interval="120000" op-digest="36436a33af30d8e969754166e4ca165b"/>
+ </lrm_resource>
+ <lrm_resource id="dlm:0" type="controld" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dlm:0_last_0" operation_key="dlm:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="176:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;176:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="88" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ <lrm_rsc_op id="dlm:0_monitor_20000" operation_key="dlm:0_monitor_20000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="101:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;101:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="119" rc-code="0" op-status="0" interval="20000" op-digest="4811cef7f7f94e3a35a70be7916cb2fd"/>
+ </lrm_resource>
+ <lrm_resource id="vlan4-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan4-if:0_last_0" operation_key="vlan4-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="341:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;341:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="100" rc-code="0" op-status="0" interval="0" op-digest="77a625ba954c734706882c214eca35b9"/>
+ <lrm_rsc_op id="vlan4-if:0_monitor_120000" operation_key="vlan4-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="267:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;267:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="127" rc-code="0" op-status="0" interval="120000" op-digest="4e2d960c94d0bf8eef643160a02310ef"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="143:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;143:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="67" rc-code="7" op-status="0" interval="0" op-digest="0cb3eaacadeee61e7b6b7b216401974c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="56ccdb917fa60f96b576c6c2beb8d664"/>
+ </lrm_resource>
+ <lrm_resource id="git.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="git.vds-ok.com-vm_last_0" operation_key="git.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="137:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;137:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="61" rc-code="7" op-status="0" interval="0" op-digest="a1cac700db92185fe1a2f581bb29a5af" op-force-restart=" config domain_name domain_uuid " op-restart-digest="0fe9ee8b888beb4d962b104d63b88490"/>
+ </lrm_resource>
+ <lrm_resource id="ubuntu9.10-gotin-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ubuntu9.10-gotin-vm_last_0" operation_key="ubuntu9.10-gotin-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="158:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;158:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="82" rc-code="7" op-status="0" interval="0" op-digest="5f3b1c4cee4f21f0b330e232a946d58c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3e92b473cff2e7e1e9f3ed8da921da06"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="144:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;144:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="68" rc-code="7" op-status="0" interval="0" op-digest="16f6e8312482a945bb479f7d6c7ca860" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2d6f9088daf96df4cda7f95887203cae"/>
+ </lrm_resource>
+ <lrm_resource id="dist.fly-uni.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.fly-uni.org-vm_last_0" operation_key="dist.fly-uni.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="159:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;159:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="83" rc-code="7" op-status="0" interval="0" op-digest="e3b6c55a51cd3c5557fbeacd224e8efb" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9c95d8e8fd6238ef5204c6f6442a70d6"/>
+ </lrm_resource>
+ <lrm_resource id="metae.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="metae.ru-vm_last_0" operation_key="metae.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="156:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;156:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="80" rc-code="7" op-status="0" interval="0" op-digest="9c2279bf483bcd19b561bfc53b3cc5fa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5e6c9807f8f7e13691308c9a18e5d48c"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-gleb-net:1" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-gleb-net:1_last_0" operation_key="mcast-gleb-net:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="416:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;416:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="277" rc-code="0" op-status="0" interval="0" op-digest="c7da0deabcf445339b7da9b101daad56"/>
+ <lrm_rsc_op id="mcast-gleb-net:1_monitor_360000" operation_key="mcast-gleb-net:1_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="417:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;417:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="278" rc-code="0" op-status="0" interval="360000" op-digest="ec4d277d3a1a0c002b3078314e79d9d1"/>
+ </lrm_resource>
+ <lrm_resource id="eu1.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu1.ca-pages.com-vm_last_0" operation_key="eu1.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="153:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;153:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="77" rc-code="7" op-status="0" interval="0" op-digest="a34f6f8a2707b5949e00bc918306e5c2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d8e4577d06a9b40d94183be097afd401"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="139:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;139:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="63" rc-code="7" op-status="0" interval="0" op-digest="babee980d1a57b1b272c78dc508bca56" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3a8ef34a5bfa7522b5cee8e4182236c5"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-left.vds-ok.com-vm_last_0" operation_key="lustre03-left.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="379:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;379:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="259" rc-code="0" op-status="0" interval="0" op-digest="804c0cf62de8ea9a806792a79345353d" op-force-restart=" config domain_name domain_uuid " op-restart-digest="50ab51eb5e8149523987af60b9be88ae"/>
+ <lrm_rsc_op id="lustre03-left.vds-ok.com-vm_monitor_10000" operation_key="lustre03-left.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="380:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;380:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="265" rc-code="0" op-status="0" interval="10000" op-digest="772994fbe59545e8aed95eba820f3a22"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="149:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;149:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="73" rc-code="7" op-status="0" interval="0" op-digest="1009e520a9211a7c21ecd02dc50182ae" op-force-restart=" config domain_name domain_uuid " op-restart-digest="49baac3d1b8270d9c55df5269678867f"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gotin.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gotin.vds-ok.com-vm_last_0" operation_key="gw.gotin.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="163:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;163:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="87" rc-code="7" op-status="0" interval="0" op-digest="07a5902125637c4e0ebc91999aff79b2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="daaee65917776ec92522f01bff852cde"/>
+ </lrm_resource>
+ <lrm_resource id="multipathd:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="multipathd:0_last_0" operation_key="multipathd:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="196:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;196:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="90" rc-code="0" op-status="0" interval="0" op-digest="fb8ba77c7281e6f1023f1566b53085e9" op-force-restart=" job_name " op-restart-digest="cca6faf760fbf11e0c00ae94bd1a6f42"/>
+ <lrm_rsc_op id="multipathd:0_monitor_10000" operation_key="multipathd:0_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="197:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;197:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="108" rc-code="0" op-status="0" interval="10000" op-digest="64de6f4979a4181a74ff94a6f2ef1fa3"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="339:7:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;339:7:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="207" rc-code="0" op-status="0" interval="0" op-digest="375d6fe087f378ab1e995fe60db1873d"/>
+ <lrm_rsc_op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_failure_0" operation_key="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="33:2:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;33:2:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="201" rc-code="7" op-status="0" interval="10000" op-digest="aa50c6c33de64793787964af355dd2c9"/>
+ </lrm_resource>
+ <lrm_resource id="test-01.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="test-01.vds-ok.com-vm_last_0" operation_key="test-01.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="374:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;374:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="237" rc-code="0" op-status="0" interval="0" op-digest="4c28ce020f23107b24bc8c05cd03a4ae"/>
+ </lrm_resource>
+ <lrm_resource id="iscsid:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="iscsid:0_last_0" operation_key="iscsid:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="186:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;186:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="89" rc-code="0" op-status="0" interval="0" op-digest="67cfdc9049b8a3c940a666482e29c949" op-force-restart=" job_name " op-restart-digest="34e59340a8d59b3a388d98355d47b325"/>
+ <lrm_rsc_op id="iscsid:0_monitor_10000" operation_key="iscsid:0_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="187:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;187:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="116" rc-code="0" op-status="0" interval="10000" op-digest="85306db284b704002a09ef8c9a76f144"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="332:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;332:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="228" rc-code="0" op-status="0" interval="0" op-digest="d50c9677e08168a0b48644db04bba57c"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt01" type="fence_xvm" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt01_last_0" operation_key="stonith-mgmt01_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="195:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;195:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="136" rc-code="0" op-status="0" interval="0" op-digest="99ee670a51f23e878e57968262d926ea"/>
+ </lrm_resource>
+ <lrm_resource id="vlan101-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan101-if:0_last_0" operation_key="vlan101-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="301:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;301:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="95" rc-code="0" op-status="0" interval="0" op-digest="98f73a34a16c7c9419e3338bfb189f8f"/>
+ <lrm_rsc_op id="vlan101-if:0_monitor_120000" operation_key="vlan101-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="302:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;302:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="115" rc-code="0" op-status="0" interval="120000" op-digest="72ade5e23564652fc8c34042a6340060"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="145:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;145:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="69" rc-code="7" op-status="0" interval="0" op-digest="a2c2308ae939080819701cf22b99a9a9" op-force-restart=" config domain_name domain_uuid " op-restart-digest="80840555f27bd516b79e08ca88c19d77"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt02" type="meatware" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt02_last_0" operation_key="stonith-mgmt02_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="78:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;78:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="2" rc-code="7" op-status="0" interval="0" op-digest="5ce67d34498bc41043c8ae8872521700"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-vg:0" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-vg:0_last_0" operation_key="vds-ok-pool-0-vg:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="161:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;161:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="138" rc-code="0" op-status="0" interval="0" op-digest="2b09a30d01bf9663056ac340d2d5a154" op-force-restart=" storage_name " op-restart-digest="07d17c1cad0955a0d8bced3c20ee9241"/>
+ <lrm_rsc_op id="vds-ok-pool-0-vg:0_monitor_120000" operation_key="vds-ok-pool-0-vg:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="162:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;162:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="147" rc-code="0" op-status="0" interval="120000" op-digest="e93ea2e0c99ad131bae44fd890611096"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="140:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;140:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="64" rc-code="7" op-status="0" interval="0" op-digest="355bf4686a269cf2b61e1c6be36a0216" op-force-restart=" config domain_name domain_uuid " op-restart-digest="53e0d4f3893f1eef2eeba156f2df1b36"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-right.vds-ok.com-vm_last_0" operation_key="lustre03-right.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="360:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;360:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="234" rc-code="0" op-status="0" interval="0" op-digest="ffbd9470c721ea4b3992601dbafea5e1"/>
+ </lrm_resource>
+ <lrm_resource id="rodovoepomestie.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="rodovoepomestie.ru-vm_last_0" operation_key="rodovoepomestie.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="157:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;157:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="81" rc-code="7" op-status="0" interval="0" op-digest="cf6f6f16537472a14a408df14b96576e" op-force-restart=" config domain_name domain_uuid " op-restart-digest="261641fa3c1f0bb28e77adc144ff35a6"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-anbriz-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-anbriz-net:0_last_0" operation_key="mcast-anbriz-net:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="445:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;445:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="106" rc-code="0" op-status="0" interval="0" op-digest="862aa1e35c78de825dc34fb093cb7ce2"/>
+ <lrm_rsc_op id="mcast-anbriz-net:0_monitor_360000" operation_key="mcast-anbriz-net:0_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="379:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;379:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="133" rc-code="0" op-status="0" interval="360000" op-digest="819090e3e259e3a5dd6b08a6edb79035"/>
+ </lrm_resource>
+ <lrm_resource id="dist.express-consult.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.express-consult.org-vm_last_0" operation_key="dist.express-consult.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="152:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;152:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="76" rc-code="7" op-status="0" interval="0" op-digest="8ceb98a779e296cb1390c2e9638bfb14" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2c3b29e44a55df2b426f36babad9dc3b"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="337:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;337:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="250" rc-code="0" op-status="0" interval="0" op-digest="971f1e7df6226dcc05178e524b06df43" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1c48739f32b76e0a8a377666d77ab991"/>
+ <lrm_rsc_op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation_key="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="327:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;327:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="254" rc-code="0" op-status="0" interval="10000" op-digest="02210c349233b2f600bf15b91e58efbd"/>
+ </lrm_resource>
+ <lrm_resource id="clvmd:0" type="clvmd" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="clvmd:0_last_0" operation_key="clvmd:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="89:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;89:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="134" rc-code="0" op-status="0" interval="0" op-digest="61d8af4c0f6204c049423839796ba9d5"/>
+ <lrm_rsc_op id="clvmd:0_monitor_30000" operation_key="clvmd:0_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="90:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;90:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="137" rc-code="0" op-status="0" interval="30000" op-digest="6f0a4fe07ef592d4bfe125815c49c88c"/>
+ </lrm_resource>
+ <lrm_resource id="vlan104-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan104-if:0_last_0" operation_key="vlan104-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="325:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;325:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="98" rc-code="0" op-status="0" interval="0" op-digest="1a0758e0e165008d511c7c3cf3fc191b"/>
+ <lrm_rsc_op id="vlan104-if:0_monitor_120000" operation_key="vlan104-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="249:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;249:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="125" rc-code="0" op-status="0" interval="120000" op-digest="03377eb771e7588dde5cf0695c4fb6c9"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-left.vds-ok.com-vm_last_0" operation_key="lustre02-left.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="391:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;391:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="262" rc-code="0" op-status="0" interval="0" op-digest="01138319f9944a53d0396a97abd61d42" op-force-restart=" config domain_name domain_uuid " op-restart-digest="703d94de3230f82218a50f28d6dac656"/>
+ <lrm_rsc_op id="lustre02-left.vds-ok.com-vm_monitor_10000" operation_key="lustre02-left.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="392:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;392:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="270" rc-code="0" op-status="0" interval="10000" op-digest="b43ba08192e38879d363ef8491cbc05c"/>
+ </lrm_resource>
+ <lrm_resource id="f13-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="f13-x64-devel.vds-ok.com-vm_last_0" operation_key="f13-x64-devel.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="363:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;363:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="255" rc-code="0" op-status="0" interval="0" op-digest="d09ddb2ba7286d37124a5c0b5313033b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="4a4818792968a1452407aa0f8478f392"/>
+ <lrm_rsc_op id="f13-x64-devel.vds-ok.com-vm_monitor_10000" operation_key="f13-x64-devel.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="364:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;364:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="264" rc-code="0" op-status="0" interval="10000" op-digest="6b28a1883d385efe04e699b37ff1cf56"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="141:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;141:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="65" rc-code="7" op-status="0" interval="0" op-digest="63f3311ec1b553960cdd611916f686aa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="6b91a35532a2143d0f07ef92511b61ce"/>
+ </lrm_resource>
+ <lrm_resource id="libvirtd:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirtd:0_last_0" operation_key="libvirtd:0_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="191:11:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;191:11:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="242" rc-code="0" op-status="0" interval="0" op-digest="7958fe937f7dfdeb132796c5147dd099"/>
+ </lrm_resource>
+ <lrm_resource id="libvirtd:1" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirtd:1_last_0" operation_key="libvirtd:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="303:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;303:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="243" rc-code="0" op-status="0" interval="0" op-digest="7958fe937f7dfdeb132796c5147dd099" op-force-restart=" job_name " op-restart-digest="121354c7ca7024e72e62f63dabb5716f"/>
+ <lrm_rsc_op id="libvirtd:1_monitor_10000" operation_key="libvirtd:1_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="304:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;304:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="244" rc-code="0" op-status="0" interval="10000" op-digest="f07b0b4511ffae7c8f752a4bf6cc6f0c"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-fs:0" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-fs:0_last_0" operation_key="libvirt-images-fs:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="206:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;206:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="91" rc-code="0" op-status="0" interval="0" op-digest="ddc6c984419ff0c328d30d07c3250b81"/>
+ <lrm_rsc_op id="libvirt-images-fs:0_monitor_120000" operation_key="libvirt-images-fs:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="207:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;207:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="111" rc-code="0" op-status="0" interval="120000" op-digest="a8eb80e8514371d8e641837c493e3c89"/>
+ <lrm_rsc_op id="libvirt-images-fs:0_monitor_240000" operation_key="libvirt-images-fs:0_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="208:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;208:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="110" rc-code="0" op-status="0" interval="240000" op-digest="7b7b399066445c3c319ec98682b5f63a"/>
+ <lrm_rsc_op id="libvirt-images-fs:0_monitor_360000" operation_key="libvirt-images-fs:0_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="209:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;209:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="109" rc-code="0" op-status="0" interval="360000" op-digest="411302b2dd9945a17397babf64c5a956"/>
+ </lrm_resource>
+ <lrm_resource id="ktstudio.net-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ktstudio.net-vm_last_0" operation_key="ktstudio.net-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="354:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;354:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="231" rc-code="0" op-status="0" interval="0" op-digest="92032bad9d6c1406e60b10bd05bede23"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-right.vds-ok.com-vm_last_0" operation_key="lustre01-right.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="375:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;375:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="258" rc-code="0" op-status="0" interval="0" op-digest="cd9f476645bc7fda189bf276c5973202" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ecfeb43d7ead5e496a541317f784c5f3"/>
+ <lrm_rsc_op id="lustre01-right.vds-ok.com-vm_monitor_10000" operation_key="lustre01-right.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="376:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;376:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="266" rc-code="0" op-status="0" interval="10000" op-digest="3293ef4935fdef9336034e78c3ce7335"/>
+ </lrm_resource>
+ <lrm_resource id="c6-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c6-x64-devel.vds-ok.com-vm_last_0" operation_key="c6-x64-devel.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="356:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;356:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="232" rc-code="0" op-status="0" interval="0" op-digest="14591539a607983f55b323120f44375b"/>
+ <lrm_rsc_op id="c6-x64-devel.vds-ok.com-vm_last_failure_0" operation_key="c6-x64-devel.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="377:113:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;377:113:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="174" rc-code="7" op-status="0" interval="10000" op-digest="6ebdb8c89af2a484f007ac9e9f3bdee1"/>
+ </lrm_resource>
+ <lrm_resource id="c5-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c5-x64-devel.vds-ok.com-vm_last_0" operation_key="c5-x64-devel.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="367:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;367:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="256" rc-code="0" op-status="0" interval="0" op-digest="e00675fc5409e97c9fa9369eae075128" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ccd604420af5dafbcda04a3e53a278e7"/>
+ <lrm_rsc_op id="c5-x64-devel.vds-ok.com-vm_monitor_10000" operation_key="c5-x64-devel.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="368:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;368:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="267" rc-code="0" op-status="0" interval="10000" op-digest="557389311906cb5f2de677879cc8c8a5"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-a_last_0" operation_key="stonith-v03-a_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="214:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;214:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="155" rc-code="0" op-status="0" interval="0" op-digest="2c11591b9038cb71353d7ceac1f01209"/>
+ <lrm_rsc_op id="stonith-v03-a_monitor_60000" operation_key="stonith-v03-a_monitor_60000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="215:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;215:112:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="156" rc-code="0" op-status="0" interval="60000" op-digest="f8774cc86b28bdb58e05d5d63e72ac03"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-b_last_0" operation_key="stonith-v03-b_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="89:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;89:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="13" rc-code="7" op-status="0" interval="0" op-digest="8d09ad57153e4100438f321a94f8cdb3"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-c_last_0" operation_key="stonith-v03-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="135:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;135:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="59" rc-code="7" op-status="0" interval="0" op-digest="78f4a207f573a57e798a45ea8104a253"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-iscsi:0" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:0_last_0" operation_key="vds-ok-pool-0-iscsi:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="230:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;230:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="117" rc-code="0" op-status="0" interval="0" op-digest="ce2858d3fc7dd03d86a0330f0c7c93dc" op-force-restart=" target " op-restart-digest="ac6e5f8d59f288376f442d90a92c3040"/>
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:0_monitor_30000" operation_key="vds-ok-pool-0-iscsi:0_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="152:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;152:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="120" rc-code="0" op-status="0" interval="30000" op-digest="a75a8e5238302a5bd7d28405e170b0b5"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-d_last_0" operation_key="stonith-v03-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="136:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;136:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="60" rc-code="7" op-status="0" interval="0" op-digest="c3d20fb821834c3b8bc3cb6ad760774d"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="334:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;334:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="229" rc-code="0" op-status="0" interval="0" op-digest="8fddcf6e1076805b3bdd50ef88115c15"/>
+ </lrm_resource>
+ <lrm_resource id="license.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="license.anbriz.vds-ok.com-vm_last_0" operation_key="license.anbriz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="401:28:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;401:28:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="286" rc-code="0" op-status="0" interval="0" op-digest="f21138e5aa736ad7134cb2371d41cdb9" op-force-restart=" config domain_name domain_uuid " op-restart-digest="645d94c2f6da4e32314cc095ba864f97"/>
+ <lrm_rsc_op id="license.anbriz.vds-ok.com-vm_monitor_10000" operation_key="license.anbriz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="46:28:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;46:28:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="287" rc-code="0" op-status="0" interval="10000" op-digest="abc45354c663354db2a64761ad716fbe"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-qpid:0" type="libvirt-qpid" class="lsb">
+ <lrm_rsc_op id="libvirt-qpid:0_last_0" operation_key="libvirt-qpid:0_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="375:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;375:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="238" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-qpid:1" type="libvirt-qpid" class="lsb">
+ <lrm_rsc_op id="libvirt-qpid:1_last_0" operation_key="libvirt-qpid:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="343:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;343:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="248" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ <lrm_rsc_op id="libvirt-qpid:1_monitor_10000" operation_key="libvirt-qpid:1_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="344:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;344:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="249" rc-code="0" op-status="0" interval="10000" op-digest="3ef575c5f050ae086f0f31bc8f085fdc"/>
+ </lrm_resource>
+ <lrm_resource id="zakaz.transferrus.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="zakaz.transferrus.ru-vm_last_0" operation_key="zakaz.transferrus.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="151:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;151:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="75" rc-code="7" op-status="0" interval="0" op-digest="8866085a8519dcd226643d6dbf891e31" op-force-restart=" config domain_name domain_uuid " op-restart-digest="19d75392a181635d2813759181e6deec"/>
+ </lrm_resource>
+ <lrm_resource id="vlan5-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan5-if:0_last_0" operation_key="vlan5-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="349:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;349:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="101" rc-code="0" op-status="0" interval="0" op-digest="837a8cf92dfbbc421c5d1f7cec0c631f"/>
+ <lrm_rsc_op id="vlan5-if:0_monitor_120000" operation_key="vlan5-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="276:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;276:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="128" rc-code="0" op-status="0" interval="120000" op-digest="e2da8ced12e01114fb5b22f67f516ccf"/>
+ </lrm_resource>
+ <lrm_resource id="vlan900-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan900-if:0_last_0" operation_key="vlan900-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="357:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;357:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="102" rc-code="0" op-status="0" interval="0" op-digest="449936f01c4131186b5c7b188bc0e0d3"/>
+ <lrm_rsc_op id="vlan900-if:0_monitor_120000" operation_key="vlan900-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="285:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;285:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="129" rc-code="0" op-status="0" interval="120000" op-digest="14d33bed694a83d1afa60d1d80f0f9f7"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-vg:0" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-vg:0_last_0" operation_key="vds-ok-pool-1-vg:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="182:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;182:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="139" rc-code="0" op-status="0" interval="0" op-digest="b239f15938731d19c98471ac0e30ce0a" op-force-restart=" storage_name " op-restart-digest="8dad0399c9cbe87782db151648b8ef23"/>
+ <lrm_rsc_op id="vds-ok-pool-1-vg:0_monitor_120000" operation_key="vds-ok-pool-1-vg:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="183:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;183:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="145" rc-code="0" op-status="0" interval="120000" op-digest="d087a4938618d0641d0bbb2ae2948186"/>
+ </lrm_resource>
+ <lrm_resource id="vlan102-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan102-if:0_last_0" operation_key="vlan102-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="309:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;309:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="96" rc-code="0" op-status="0" interval="0" op-digest="a04a936b5ca703f9fcbeef627b129d99"/>
+ <lrm_rsc_op id="vlan102-if:0_monitor_120000" operation_key="vlan102-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="231:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;231:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="123" rc-code="0" op-status="0" interval="120000" op-digest="756f8d52575061130ae8ea8bab0cac6d"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-pool:1" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-pool:1_last_0" operation_key="vds-ok-pool-0-pool:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="319:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;319:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="246" rc-code="0" op-status="0" interval="0" op-digest="23e772222e86fd0d70455c4ef5d41c56" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="507f87928adf3796b3d3396d3e08cd20"/>
+ <lrm_rsc_op id="vds-ok-pool-0-pool:1_monitor_120000" operation_key="vds-ok-pool-0-pool:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="304:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;304:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="252" rc-code="0" op-status="0" interval="120000" op-digest="932bd6e6597364c25f62473e5a2c5416"/>
+ </lrm_resource>
+ <lrm_resource id="terminal.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal.anbriz.vds-ok.com-vm_last_0" operation_key="terminal.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="161:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;161:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="85" rc-code="7" op-status="0" interval="0" op-digest="7ae0a830d19a17e0beefab831c639ebf" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ea50ab9af06f81ab927d6d9f5d17ffe7"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gleb.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gleb.vds-ok.com-vm_last_0" operation_key="gw.gleb.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="162:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;162:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="86" rc-code="7" op-status="0" interval="0" op-digest="bac7a1e07d0293dcbe37648f9978a126" op-force-restart=" config domain_name domain_uuid " op-restart-digest="c4464bcca26b02eb529f54f320e75c89"/>
+ </lrm_resource>
+ <lrm_resource id="vlan3-if:0" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan3-if:0_last_0" operation_key="vlan3-if:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="333:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;333:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="99" rc-code="0" op-status="0" interval="0" op-digest="403e720f366c0649ee275e981e64b9e4"/>
+ <lrm_rsc_op id="vlan3-if:0_monitor_120000" operation_key="vlan3-if:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="258:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;258:111:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="126" rc-code="0" op-status="0" interval="120000" op-digest="51e72f138f8fbd7eeb6cfbbbc9d21c6c"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-install-fs:0" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-install-fs:0_last_0" operation_key="libvirt-install-fs:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="218:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;218:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="92" rc-code="0" op-status="0" interval="0" op-digest="31e7242629b49443f536c22192debb15"/>
+ <lrm_rsc_op id="libvirt-install-fs:0_monitor_120000" operation_key="libvirt-install-fs:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="219:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;219:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="114" rc-code="0" op-status="0" interval="120000" op-digest="54b02cd722053809bd0b1a3619adfd3b"/>
+ <lrm_rsc_op id="libvirt-install-fs:0_monitor_240000" operation_key="libvirt-install-fs:0_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="220:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;220:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="113" rc-code="0" op-status="0" interval="240000" op-digest="11cd729f3313767ad7383c42495e612b"/>
+ <lrm_rsc_op id="libvirt-install-fs:0_monitor_360000" operation_key="libvirt-install-fs:0_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="221:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:0;221:110:0:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="112" rc-code="0" op-status="0" interval="360000" op-digest="d9c16f21c130ae8da55d8eac0b6c6cdc"/>
+ </lrm_resource>
+ <lrm_resource id="gw.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.anbriz.vds-ok.com-vm_last_0" operation_key="gw.anbriz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="387:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;387:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="261" rc-code="0" op-status="0" interval="0" op-digest="c8324fa21602bac6b453917c73b295ed" op-force-restart=" config domain_name domain_uuid " op-restart-digest="7de95a6115b591dbe8970e0048cf7c81"/>
+ <lrm_rsc_op id="gw.anbriz.vds-ok.com-vm_monitor_10000" operation_key="gw.anbriz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="388:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;388:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="268" rc-code="0" op-status="0" interval="10000" op-digest="95a9f9d38f106122628609c3a72fc07b"/>
+ </lrm_resource>
+ <lrm_resource id="maxb-c55-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="maxb-c55-vm_last_0" operation_key="maxb-c55-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="155:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;155:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="79" rc-code="7" op-status="0" interval="0" op-digest="228f907e518ceb35c384542021d9e6f5" op-force-restart=" config domain_name domain_uuid " op-restart-digest="71e05c313ccea988eacf6d584f83284b"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="146:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" transition-magic="0:7;146:110:7:e2cbe438-df4f-4771-8c3a-f77b1f4c9f8c" call-id="70" rc-code="7" op-status="0" interval="0" op-digest="c69d524ef8245fc45d4b20f76e53cf5a" op-force-restart=" config domain_name domain_uuid " op-restart-digest="30d43c9d04cd8061bfc2e32d6b8e149a"/>
+ </lrm_resource>
+ <lrm_resource id="terminal0.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal0.anbriz.vds-ok.com-vm_last_0" operation_key="terminal0.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="113:19:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;113:19:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="271" rc-code="7" op-status="0" interval="0" op-digest="1830fa94781a35868a60766b3afcf44b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="75dd9c3490c2c31180a5f334de430e6c"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-right.vds-ok.com-vm_last_0" operation_key="lustre04-right.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="362:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;362:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="235" rc-code="0" op-status="0" interval="0" op-digest="1b83db7bba7578e24461afdffd695582"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-pool:1" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-pool:1_last_0" operation_key="vds-ok-pool-1-pool:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="327:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;327:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="247" rc-code="0" op-status="0" interval="0" op-digest="d22fc60bc261a6eb76d45b74dae2dbda" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="946c879397fd6a8f6c755760ecc9a611"/>
+ <lrm_rsc_op id="vds-ok-pool-1-pool:1_monitor_120000" operation_key="vds-ok-pool-1-pool:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="314:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;314:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="253" rc-code="0" op-status="0" interval="120000" op-digest="308d74068d97dc30d850b5cda9f9e9aa"/>
+ </lrm_resource>
+ </lrm_resources>
+ </lrm>
+ </node_state>
+ <node_state id="v03-a" uname="v03-a" ha="active" in_ccm="true" crmd="online" join="member" expected="member" shutdown="0" crm-debug-origin="do_update_resource">
+ <transient_attributes id="v03-a">
+ <instance_attributes id="status-v03-a">
+ <nvpair id="status-v03-a-probe_complete" name="probe_complete" value="true"/>
+ </instance_attributes>
+ </transient_attributes>
+ <lrm id="v03-a">
+ <lrm_resources>
+ <lrm_resource id="vlan200-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan200-if:1_last_0" operation_key="vlan200-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="409:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;409:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="104" rc-code="0" op-status="0" interval="0" op-digest="c6da1c1ea8517ff5a0a65b225162cc0e"/>
+ <lrm_rsc_op id="vlan200-if:1_monitor_120000" operation_key="vlan200-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="344:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;344:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="133" rc-code="0" op-status="0" interval="120000" op-digest="2a7b4f79b415335fc257a30ff26b65fb"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-left.vds-ok.com-vm_last_0" operation_key="lustre04-left.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="361:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;361:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="179" rc-code="0" op-status="0" interval="0" op-digest="c1cba5500cd8b1308fc231161be62382"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-iscsi:2" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:2_last_0" operation_key="vds-ok-pool-1-iscsi:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="254:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;254:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="119" rc-code="0" op-status="0" interval="0" op-digest="135d8734fc191476c3fc90e9b27ab769" op-force-restart=" target " op-restart-digest="820a89d64e6f7cfa4ff9841e98545574"/>
+ <lrm_rsc_op id="vds-ok-pool-1-iscsi:2_monitor_30000" operation_key="vds-ok-pool-1-iscsi:2_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="178:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;178:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="123" rc-code="0" op-status="0" interval="30000" op-digest="b459448d852912639245a6c2857d0045"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-left.vds-ok.com-vm_last_0" operation_key="lustre01-left.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="389:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;389:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="209" rc-code="0" op-status="0" interval="0" op-digest="53773ff9ac0ad9e0b6493e0b34f8c8d4" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5f894b76287f38af84b6531c46c2841f"/>
+ <lrm_rsc_op id="lustre01-left.vds-ok.com-vm_monitor_10000" operation_key="lustre01-left.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="390:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;390:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="216" rc-code="0" op-status="0" interval="10000" op-digest="92ec71408e53eb7c3124607c1a2c791b"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-pool:1" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-pool:1_last_0" operation_key="libvirt-images-pool:1_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="314:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;314:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="183" rc-code="0" op-status="0" interval="0" op-digest="91f9854e0ca47bfad18285a6072d51a6"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-pool:0_last_0" operation_key="libvirt-images-pool:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="309:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;309:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="189" rc-code="0" op-status="0" interval="0" op-digest="91f9854e0ca47bfad18285a6072d51a6" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="2684470ef4f0f4fc67a8ab89a46d3807"/>
+ <lrm_rsc_op id="libvirt-images-pool:0_monitor_120000" operation_key="libvirt-images-pool:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="292:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;292:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="197" rc-code="0" op-status="0" interval="120000" op-digest="e9199b3f07c99731751c20790c5503e2"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-test-net:1" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-test-net:1_last_0" operation_key="mcast-test-net:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="421:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;421:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="105" rc-code="0" op-status="0" interval="0" op-digest="098af3d856db71443ee109857c9170bc"/>
+ <lrm_rsc_op id="mcast-test-net:1_monitor_360000" operation_key="mcast-test-net:1_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="357:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;357:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="134" rc-code="0" op-status="0" interval="360000" op-digest="76ddc520580434e150e38e9993c2d2c1"/>
+ </lrm_resource>
+ <lrm_resource id="gotin-bbb-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gotin-bbb-vm_last_0" operation_key="gotin-bbb-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="153:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;153:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="78" rc-code="7" op-status="0" interval="0" op-digest="33faee325b904d735fa5286aa81970b3" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9790d0646bb38c4065a43f4a50c9230e"/>
+ </lrm_resource>
+ <lrm_resource id="cloudsrv.credo-dialogue.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="cloudsrv.credo-dialogue.com-vm_last_0" operation_key="cloudsrv.credo-dialogue.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="355:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;355:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="176" rc-code="0" op-status="0" interval="0" op-digest="bbcb4de3df1049833e8511886dbcb0c4"/>
+ </lrm_resource>
+ <lrm_resource id="lenny-x32-devel-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lenny-x32-devel-vm_last_0" operation_key="lenny-x32-devel-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="365:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;365:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="203" rc-code="0" op-status="0" interval="0" op-digest="6ecc526a0c2345c29f58be654f873964" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5c71013df1168e454dc3b9c9fe987592"/>
+ <lrm_rsc_op id="lenny-x32-devel-vm_monitor_10000" operation_key="lenny-x32-devel-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="366:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;366:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="211" rc-code="0" op-status="0" interval="10000" op-digest="1a0547b873f34a8806519f74f7899773"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="146:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;146:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="71" rc-code="7" op-status="0" interval="0" op-digest="47623b0bfe8cdcb386f1ecb0fa5178ea" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d7f94f3d124a9554a0fb29222a13727c"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-right.vds-ok.com-vm_last_0" operation_key="lustre02-right.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="377:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;377:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="206" rc-code="0" op-status="0" interval="0" op-digest="2d0aac941fb42b69c2242c4ee8137d24" op-force-restart=" config domain_name domain_uuid " op-restart-digest="0bcd9166ee04c2877732be92e97a2694"/>
+ <lrm_rsc_op id="lustre02-right.vds-ok.com-vm_monitor_10000" operation_key="lustre02-right.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="378:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;378:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="217" rc-code="0" op-status="0" interval="10000" op-digest="b6169749e822d9c2b299ef9426b49548"/>
+ </lrm_resource>
+ <lrm_resource id="vlan1-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan1-if:1_last_0" operation_key="vlan1-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="295:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;295:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="94" rc-code="0" op-status="0" interval="0" op-digest="af27adc97684a400b988b5abd0cb964e"/>
+ <lrm_rsc_op id="vlan1-if:1_monitor_120000" operation_key="vlan1-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="296:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;296:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="107" rc-code="0" op-status="0" interval="120000" op-digest="addbc4fe0a0ea10784074d2b8c72f024"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="141:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;141:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="66" rc-code="7" op-status="0" interval="0" op-digest="39eed4564cfde4faf49a119e3bf6b654" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1547e8b7244c3632d8cbac0aba34b114"/>
+ </lrm_resource>
+ <lrm_resource id="node-params:1" type="NodeParams" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="node-params:1_last_0" operation_key="node-params:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="287:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;287:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="93" rc-code="0" op-status="0" interval="0" op-digest="1c21e2ee1ccef1892f32f18223ec8eea"/>
+ <lrm_rsc_op id="node-params:1_monitor_300000" operation_key="node-params:1_monitor_300000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="211:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;211:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="124" rc-code="0" op-status="0" interval="300000" op-digest="48af50277c7b30a8a2f87d561a33962e"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-a_last_0" operation_key="stonith-v02-a_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="130:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;130:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="55" rc-code="7" op-status="0" interval="0" op-digest="a22ef3dd03139214819c634173493c0d"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-b_last_0" operation_key="stonith-v02-b_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="131:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;131:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="56" rc-code="7" op-status="0" interval="0" op-digest="b226db1c1b22be6168c6ec993a74a902"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-c_last_0" operation_key="stonith-v02-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="132:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;132:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="57" rc-code="7" op-status="0" interval="0" op-digest="84c0f18cbae8e3c0733e3901f1e73436"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v02-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v02-d_last_0" operation_key="stonith-v02-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="133:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;133:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="58" rc-code="7" op-status="0" interval="0" op-digest="3b00d2d373eb86ca5504d2734cc29468"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="137:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;137:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="62" rc-code="7" op-status="0" interval="0" op-digest="fa744d7591c9defc2309a4dbbcef12ac" op-force-restart=" config domain_name domain_uuid " op-restart-digest="1f41d09627d64424cd5c2216c68a5035"/>
+ </lrm_resource>
+ <lrm_resource id="eu2.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu2.ca-pages.com-vm_last_0" operation_key="eu2.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="149:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;149:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="74" rc-code="7" op-status="0" interval="0" op-digest="efabcdfc761739479763fe67faa56949" op-force-restart=" config domain_name domain_uuid " op-restart-digest="b72532e816f22f1c8d35de1e568e24a4"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="147:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;147:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="72" rc-code="7" op-status="0" interval="0" op-digest="bb32a34ebfe8b30f16c4c23e6c6c19ad" op-force-restart=" config domain_name domain_uuid " op-restart-digest="05f780efafca3c79c4059379a749b767"/>
+ </lrm_resource>
+ <lrm_resource id="vlan103-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan103-if:1_last_0" operation_key="vlan103-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="319:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;319:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="97" rc-code="0" op-status="0" interval="0" op-digest="aecaf507acb6eda5545db51753920508"/>
+ <lrm_rsc_op id="vlan103-if:1_monitor_120000" operation_key="vlan103-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="245:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;245:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="126" rc-code="0" op-status="0" interval="120000" op-digest="6b968f5833526a2d37fc5810cd1aec3a"/>
+ </lrm_resource>
+ <lrm_resource id="vlan909-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan909-if:1_last_0" operation_key="vlan909-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="367:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;367:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="103" rc-code="0" op-status="0" interval="0" op-digest="35fb94e975441ec9adf7bd795fe26d33"/>
+ <lrm_rsc_op id="vlan909-if:1_monitor_120000" operation_key="vlan909-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="299:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;299:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="132" rc-code="0" op-status="0" interval="120000" op-digest="36436a33af30d8e969754166e4ca165b"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-gleb-net:1" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-gleb-net:1_last_0" operation_key="mcast-gleb-net:1_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="112:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;112:23:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="228" rc-code="7" op-status="0" interval="0" op-digest="c7da0deabcf445339b7da9b101daad56"/>
+ </lrm_resource>
+ <lrm_resource id="git.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="git.vds-ok.com-vm_last_0" operation_key="git.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="136:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;136:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="61" rc-code="7" op-status="0" interval="0" op-digest="a1cac700db92185fe1a2f581bb29a5af" op-force-restart=" config domain_name domain_uuid " op-restart-digest="0fe9ee8b888beb4d962b104d63b88490"/>
+ </lrm_resource>
+ <lrm_resource id="ubuntu9.10-gotin-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ubuntu9.10-gotin-vm_last_0" operation_key="ubuntu9.10-gotin-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="157:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;157:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="82" rc-code="7" op-status="0" interval="0" op-digest="5f3b1c4cee4f21f0b330e232a946d58c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3e92b473cff2e7e1e9f3ed8da921da06"/>
+ </lrm_resource>
+ <lrm_resource id="dlm:2" type="controld" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dlm:2_last_0" operation_key="dlm:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="180:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;180:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="88" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ <lrm_rsc_op id="dlm:2_monitor_20000" operation_key="dlm:2_monitor_20000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="106:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;106:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="121" rc-code="0" op-status="0" interval="20000" op-digest="4811cef7f7f94e3a35a70be7916cb2fd"/>
+ </lrm_resource>
+ <lrm_resource id="vlan4-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan4-if:1_last_0" operation_key="vlan4-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="343:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;343:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="100" rc-code="0" op-status="0" interval="0" op-digest="77a625ba954c734706882c214eca35b9"/>
+ <lrm_rsc_op id="vlan4-if:1_monitor_120000" operation_key="vlan4-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="272:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;272:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="129" rc-code="0" op-status="0" interval="120000" op-digest="4e2d960c94d0bf8eef643160a02310ef"/>
+ </lrm_resource>
+ <lrm_resource id="dist.fly-uni.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.fly-uni.org-vm_last_0" operation_key="dist.fly-uni.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="158:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;158:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="83" rc-code="7" op-status="0" interval="0" op-digest="e3b6c55a51cd3c5557fbeacd224e8efb" op-force-restart=" config domain_name domain_uuid " op-restart-digest="9c95d8e8fd6238ef5204c6f6442a70d6"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="142:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;142:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="67" rc-code="7" op-status="0" interval="0" op-digest="0cb3eaacadeee61e7b6b7b216401974c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="56ccdb917fa60f96b576c6c2beb8d664"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="143:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;143:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="68" rc-code="7" op-status="0" interval="0" op-digest="16f6e8312482a945bb479f7d6c7ca860" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2d6f9088daf96df4cda7f95887203cae"/>
+ </lrm_resource>
+ <lrm_resource id="metae.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="metae.ru-vm_last_0" operation_key="metae.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="155:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;155:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="80" rc-code="7" op-status="0" interval="0" op-digest="9c2279bf483bcd19b561bfc53b3cc5fa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="5e6c9807f8f7e13691308c9a18e5d48c"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-gleb-net:0" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-gleb-net:0_last_0" operation_key="mcast-gleb-net:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="414:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;414:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="229" rc-code="0" op-status="0" interval="0" op-digest="c7da0deabcf445339b7da9b101daad56"/>
+ <lrm_rsc_op id="mcast-gleb-net:0_monitor_360000" operation_key="mcast-gleb-net:0_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="415:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;415:24:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="230" rc-code="0" op-status="0" interval="360000" op-digest="ec4d277d3a1a0c002b3078314e79d9d1"/>
+ </lrm_resource>
+ <lrm_resource id="eu1.ca-pages.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="eu1.ca-pages.com-vm_last_0" operation_key="eu1.ca-pages.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="152:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;152:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="77" rc-code="7" op-status="0" interval="0" op-digest="a34f6f8a2707b5949e00bc918306e5c2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="d8e4577d06a9b40d94183be097afd401"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="138:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;138:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="63" rc-code="7" op-status="0" interval="0" op-digest="babee980d1a57b1b272c78dc508bca56" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3a8ef34a5bfa7522b5cee8e4182236c5"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-left.vds-ok.com-vm_last_0" operation_key="lustre03-left.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="359:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;359:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="178" rc-code="0" op-status="0" interval="0" op-digest="804c0cf62de8ea9a806792a79345353d"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="148:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;148:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="73" rc-code="7" op-status="0" interval="0" op-digest="1009e520a9211a7c21ecd02dc50182ae" op-force-restart=" config domain_name domain_uuid " op-restart-digest="49baac3d1b8270d9c55df5269678867f"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gotin.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gotin.vds-ok.com-vm_last_0" operation_key="gw.gotin.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="162:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;162:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="87" rc-code="7" op-status="0" interval="0" op-digest="07a5902125637c4e0ebc91999aff79b2" op-force-restart=" config domain_name domain_uuid " op-restart-digest="daaee65917776ec92522f01bff852cde"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="333:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;333:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="194" rc-code="0" op-status="0" interval="0" op-digest="375d6fe087f378ab1e995fe60db1873d" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ef7f9abd7351087659524a5f23c8bafd"/>
+ <lrm_rsc_op id="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation_key="vd01-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="321:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;321:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="200" rc-code="0" op-status="0" interval="10000" op-digest="aa50c6c33de64793787964af355dd2c9"/>
+ </lrm_resource>
+ <lrm_resource id="test-01.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="test-01.vds-ok.com-vm_last_0" operation_key="test-01.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="393:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;393:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="210" rc-code="0" op-status="0" interval="0" op-digest="4c28ce020f23107b24bc8c05cd03a4ae" op-force-restart=" config domain_name domain_uuid " op-restart-digest="96de0401397acf1c54a527b9579d8e50"/>
+ <lrm_rsc_op id="test-01.vds-ok.com-vm_monitor_10000" operation_key="test-01.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="394:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;394:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="215" rc-code="0" op-status="0" interval="10000" op-digest="bc13350226b612998f1651010efd5f33"/>
+ </lrm_resource>
+ <lrm_resource id="multipathd:2" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="multipathd:2_last_0" operation_key="multipathd:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="200:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;200:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="90" rc-code="0" op-status="0" interval="0" op-digest="fb8ba77c7281e6f1023f1566b53085e9" op-force-restart=" job_name " op-restart-digest="cca6faf760fbf11e0c00ae94bd1a6f42"/>
+ <lrm_rsc_op id="multipathd:2_monitor_10000" operation_key="multipathd:2_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="201:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;201:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="108" rc-code="0" op-status="0" interval="10000" op-digest="64de6f4979a4181a74ff94a6f2ef1fa3"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="335:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;335:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="195" rc-code="0" op-status="0" interval="0" op-digest="d50c9677e08168a0b48644db04bba57c" op-force-restart=" config domain_name domain_uuid " op-restart-digest="35c9fcc87b15a740dd59aeda81e9b107"/>
+ <lrm_rsc_op id="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation_key="vd01-b.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="324:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;324:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="201" rc-code="0" op-status="0" interval="10000" op-digest="b8233fd1f6e0d1cd01135f4861397af8"/>
+ </lrm_resource>
+ <lrm_resource id="iscsid:2" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="iscsid:2_last_0" operation_key="iscsid:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="190:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;190:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="89" rc-code="0" op-status="0" interval="0" op-digest="67cfdc9049b8a3c940a666482e29c949" op-force-restart=" job_name " op-restart-digest="34e59340a8d59b3a388d98355d47b325"/>
+ <lrm_rsc_op id="iscsid:2_monitor_10000" operation_key="iscsid:2_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="191:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;191:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="117" rc-code="0" op-status="0" interval="10000" op-digest="85306db284b704002a09ef8c9a76f144"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt02" type="meatware" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt02_last_0" operation_key="stonith-mgmt02_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="77:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;77:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="2" rc-code="7" op-status="0" interval="0" op-digest="5ce67d34498bc41043c8ae8872521700"/>
+ </lrm_resource>
+ <lrm_resource id="vlan101-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan101-if:1_last_0" operation_key="vlan101-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="303:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;303:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="95" rc-code="0" op-status="0" interval="0" op-digest="98f73a34a16c7c9419e3338bfb189f8f"/>
+ <lrm_rsc_op id="vlan101-if:1_monitor_120000" operation_key="vlan101-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="304:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;304:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="116" rc-code="0" op-status="0" interval="120000" op-digest="72ade5e23564652fc8c34042a6340060"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-vg:2" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-vg:2_last_0" operation_key="vds-ok-pool-0-vg:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="166:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;166:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="142" rc-code="0" op-status="0" interval="0" op-digest="2b09a30d01bf9663056ac340d2d5a154" op-force-restart=" storage_name " op-restart-digest="07d17c1cad0955a0d8bced3c20ee9241"/>
+ <lrm_rsc_op id="vds-ok-pool-0-vg:2_monitor_120000" operation_key="vds-ok-pool-0-vg:2_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="167:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;167:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="148" rc-code="0" op-status="0" interval="120000" op-digest="e93ea2e0c99ad131bae44fd890611096"/>
+ </lrm_resource>
+ <lrm_resource id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd03-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="144:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;144:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="69" rc-code="7" op-status="0" interval="0" op-digest="a2c2308ae939080819701cf22b99a9a9" op-force-restart=" config domain_name domain_uuid " op-restart-digest="80840555f27bd516b79e08ca88c19d77"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-mgmt01" type="fence_xvm" class="stonith">
+ <lrm_rsc_op id="stonith-mgmt01_last_0" operation_key="stonith-mgmt01_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="90:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;90:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="15" rc-code="7" op-status="0" interval="0" op-digest="99ee670a51f23e878e57968262d926ea"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-c.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="139:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;139:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="64" rc-code="7" op-status="0" interval="0" op-digest="355bf4686a269cf2b61e1c6be36a0216" op-force-restart=" config domain_name domain_uuid " op-restart-digest="53e0d4f3893f1eef2eeba156f2df1b36"/>
+ </lrm_resource>
+ <lrm_resource id="lustre03-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre03-right.vds-ok.com-vm_last_0" operation_key="lustre03-right.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="381:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;381:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="207" rc-code="0" op-status="0" interval="0" op-digest="ffbd9470c721ea4b3992601dbafea5e1" op-force-restart=" config domain_name domain_uuid " op-restart-digest="bf36b700fc83bd9b825be7d85d5d4d45"/>
+ <lrm_rsc_op id="lustre03-right.vds-ok.com-vm_monitor_10000" operation_key="lustre03-right.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="382:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;382:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="218" rc-code="0" op-status="0" interval="10000" op-digest="22eef45d02cc50a9487be8f3e31a4770"/>
+ </lrm_resource>
+ <lrm_resource id="rodovoepomestie.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="rodovoepomestie.ru-vm_last_0" operation_key="rodovoepomestie.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="156:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;156:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="81" rc-code="7" op-status="0" interval="0" op-digest="cf6f6f16537472a14a408df14b96576e" op-force-restart=" config domain_name domain_uuid " op-restart-digest="261641fa3c1f0bb28e77adc144ff35a6"/>
+ </lrm_resource>
+ <lrm_resource id="mcast-anbriz-net:1" type="McastTunnel" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="mcast-anbriz-net:1_last_0" operation_key="mcast-anbriz-net:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="447:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;447:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="106" rc-code="0" op-status="0" interval="0" op-digest="862aa1e35c78de825dc34fb093cb7ce2"/>
+ <lrm_rsc_op id="mcast-anbriz-net:1_monitor_360000" operation_key="mcast-anbriz-net:1_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="384:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;384:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="135" rc-code="0" op-status="0" interval="360000" op-digest="819090e3e259e3a5dd6b08a6edb79035"/>
+ </lrm_resource>
+ <lrm_resource id="dist.express-consult.org-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="dist.express-consult.org-vm_last_0" operation_key="dist.express-consult.org-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="151:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;151:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="76" rc-code="7" op-status="0" interval="0" op-digest="8ceb98a779e296cb1390c2e9638bfb14" op-force-restart=" config domain_name domain_uuid " op-restart-digest="2c3b29e44a55df2b426f36babad9dc3b"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-c.cdev.ttc.prague.cz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="333:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;333:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="173" rc-code="0" op-status="0" interval="0" op-digest="971f1e7df6226dcc05178e524b06df43"/>
+ </lrm_resource>
+ <lrm_resource id="clvmd:2" type="clvmd" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="clvmd:2_last_0" operation_key="clvmd:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="94:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;94:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="136" rc-code="0" op-status="0" interval="0" op-digest="61d8af4c0f6204c049423839796ba9d5"/>
+ <lrm_rsc_op id="clvmd:2_monitor_30000" operation_key="clvmd:2_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="95:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;95:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="141" rc-code="0" op-status="0" interval="30000" op-digest="6f0a4fe07ef592d4bfe125815c49c88c"/>
+ </lrm_resource>
+ <lrm_resource id="vlan104-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan104-if:1_last_0" operation_key="vlan104-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="327:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;327:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="98" rc-code="0" op-status="0" interval="0" op-digest="1a0758e0e165008d511c7c3cf3fc191b"/>
+ <lrm_rsc_op id="vlan104-if:1_monitor_120000" operation_key="vlan104-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="254:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;254:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="127" rc-code="0" op-status="0" interval="120000" op-digest="03377eb771e7588dde5cf0695c4fb6c9"/>
+ </lrm_resource>
+ <lrm_resource id="lustre02-left.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre02-left.vds-ok.com-vm_last_0" operation_key="lustre02-left.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="373:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;373:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="181" rc-code="0" op-status="0" interval="0" op-digest="01138319f9944a53d0396a97abd61d42"/>
+ </lrm_resource>
+ <lrm_resource id="f13-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="f13-x64-devel.vds-ok.com-vm_last_0" operation_key="f13-x64-devel.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="335:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;335:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="174" rc-code="0" op-status="0" interval="0" op-digest="d09ddb2ba7286d37124a5c0b5313033b"/>
+ </lrm_resource>
+ <lrm_resource id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd02-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="140:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;140:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="65" rc-code="7" op-status="0" interval="0" op-digest="63f3311ec1b553960cdd611916f686aa" op-force-restart=" config domain_name domain_uuid " op-restart-digest="6b91a35532a2143d0f07ef92511b61ce"/>
+ </lrm_resource>
+ <lrm_resource id="c5-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c5-x64-devel.vds-ok.com-vm_last_0" operation_key="c5-x64-devel.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="345:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;345:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="175" rc-code="0" op-status="0" interval="0" op-digest="e00675fc5409e97c9fa9369eae075128"/>
+ </lrm_resource>
+ <lrm_resource id="libvirtd:1" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirtd:1_last_0" operation_key="libvirtd:1_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="192:11:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;192:11:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="186" rc-code="0" op-status="0" interval="0" op-digest="7958fe937f7dfdeb132796c5147dd099"/>
+ </lrm_resource>
+ <lrm_resource id="terminal0.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal0.anbriz.vds-ok.com-vm_last_0" operation_key="terminal0.anbriz.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="do_update_resource" crm_feature_set="3.0.6" transition-key="418:34:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;418:34:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="237" rc-code="0" op-status="0" interval="0" op-digest="1561e4d074b457e73bed0bb6e21609de" op-force-restart=" config domain_name domain_uuid " op-restart-digest="75dd9c3490c2c31180a5f334de430e6c" last-run="1330955979" last-rc-change="1330955979" exec-time="1790" queue-time="0"/>
+ <lrm_rsc_op id="terminal0.anbriz.vds-ok.com-vm_monitor_10000" operation_key="terminal0.anbriz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.6" transition-key="85:34:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;85:34:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="238" rc-code="0" op-status="0" interval="10000" last-rc-change="1330955980" exec-time="50" queue-time="0" op-digest="1266a5444b868c382a65216d993db7f0"/>
+ </lrm_resource>
+ <lrm_resource id="ktstudio.net-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="ktstudio.net-vm_last_0" operation_key="ktstudio.net-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="370:22:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;370:22:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="226" rc-code="0" op-status="0" interval="0" op-digest="92032bad9d6c1406e60b10bd05bede23" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ee939e512b6a6fabd3129fd40e9f7b5c"/>
+ <lrm_rsc_op id="ktstudio.net-vm_last_failure_0" operation_key="ktstudio.net-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="370:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;370:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="212" rc-code="7" op-status="0" interval="10000" op-digest="8bc8da86be309f1e25229c7016669e58"/>
+ <lrm_rsc_op id="ktstudio.net-vm_monitor_10000" operation_key="ktstudio.net-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="82:22:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;82:22:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="227" rc-code="0" op-status="0" interval="10000" op-digest="8bc8da86be309f1e25229c7016669e58"/>
+ </lrm_resource>
+ <lrm_resource id="lustre01-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre01-right.vds-ok.com-vm_last_0" operation_key="lustre01-right.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="357:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;357:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="177" rc-code="0" op-status="0" interval="0" op-digest="cd9f476645bc7fda189bf276c5973202"/>
+ </lrm_resource>
+ <lrm_resource id="c6-x64-devel.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="c6-x64-devel.vds-ok.com-vm_last_0" operation_key="c6-x64-devel.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="373:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;373:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="205" rc-code="0" op-status="0" interval="0" op-digest="14591539a607983f55b323120f44375b" op-force-restart=" config domain_name domain_uuid " op-restart-digest="3c9508d1b7579171cb615c2835ea9a4c"/>
+ <lrm_rsc_op id="c6-x64-devel.vds-ok.com-vm_monitor_10000" operation_key="c6-x64-devel.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="374:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;374:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="213" rc-code="0" op-status="0" interval="10000" op-digest="6ebdb8c89af2a484f007ac9e9f3bdee1"/>
+ </lrm_resource>
+ <lrm_resource id="vlan5-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan5-if:1_last_0" operation_key="vlan5-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="351:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;351:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="101" rc-code="0" op-status="0" interval="0" op-digest="837a8cf92dfbbc421c5d1f7cec0c631f"/>
+ <lrm_rsc_op id="vlan5-if:1_monitor_120000" operation_key="vlan5-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="281:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;281:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="130" rc-code="0" op-status="0" interval="120000" op-digest="e2da8ced12e01114fb5b22f67f516ccf"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-images-fs:2" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-images-fs:2_last_0" operation_key="libvirt-images-fs:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="210:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;210:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="91" rc-code="0" op-status="0" interval="0" op-digest="ddc6c984419ff0c328d30d07c3250b81"/>
+ <lrm_rsc_op id="libvirt-images-fs:2_monitor_120000" operation_key="libvirt-images-fs:2_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="211:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;211:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="115" rc-code="0" op-status="0" interval="120000" op-digest="a8eb80e8514371d8e641837c493e3c89"/>
+ <lrm_rsc_op id="libvirt-images-fs:2_monitor_240000" operation_key="libvirt-images-fs:2_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="212:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;212:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="114" rc-code="0" op-status="0" interval="240000" op-digest="7b7b399066445c3c319ec98682b5f63a"/>
+ <lrm_rsc_op id="libvirt-images-fs:2_monitor_360000" operation_key="libvirt-images-fs:2_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="213:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;213:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="113" rc-code="0" op-status="0" interval="360000" op-digest="411302b2dd9945a17397babf64c5a956"/>
+ </lrm_resource>
+ <lrm_resource id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="do_update_resource" crm_feature_set="3.0.6" transition-key="349:127:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;349:127:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="240" rc-code="0" op-status="0" interval="0" op-digest="8fddcf6e1076805b3bdd50ef88115c15" op-force-restart=" config domain_name domain_uuid " op-restart-digest="6451797d6525968453454e60a18927f2" last-run="1331015335" last-rc-change="1331015335" exec-time="520" queue-time="0"/>
+ <lrm_rsc_op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_last_failure_0" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="330:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;330:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="202" rc-code="7" op-status="0" interval="10000" op-digest="280a49c32378ebea530c62bdc24fd794"/>
+ <lrm_rsc_op id="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation_key="vd01-d.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="409:15:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;409:15:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="221" rc-code="0" op-status="0" interval="10000" op-digest="280a49c32378ebea530c62bdc24fd794"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-a" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-a_last_0" operation_key="stonith-v03-a_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="89:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;89:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="14" rc-code="7" op-status="0" interval="0" op-digest="2c11591b9038cb71353d7ceac1f01209"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-b" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-b_last_0" operation_key="stonith-v03-b_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="271:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;271:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="109" rc-code="0" op-status="0" interval="0" op-digest="8d09ad57153e4100438f321a94f8cdb3"/>
+ <lrm_rsc_op id="stonith-v03-b_monitor_60000" operation_key="stonith-v03-b_monitor_60000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="272:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;272:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="120" rc-code="0" op-status="0" interval="60000" op-digest="7f65ffa4b01c58a8711561e6c64c9a0d"/>
+ </lrm_resource>
+ <lrm_resource id="vlan900-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan900-if:1_last_0" operation_key="vlan900-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="359:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;359:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="102" rc-code="0" op-status="0" interval="0" op-digest="449936f01c4131186b5c7b188bc0e0d3"/>
+ <lrm_rsc_op id="vlan900-if:1_monitor_120000" operation_key="vlan900-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="290:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;290:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="131" rc-code="0" op-status="0" interval="120000" op-digest="14d33bed694a83d1afa60d1d80f0f9f7"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-c" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-c_last_0" operation_key="stonith-v03-c_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="134:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;134:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="59" rc-code="7" op-status="0" interval="0" op-digest="78f4a207f573a57e798a45ea8104a253"/>
+ </lrm_resource>
+ <lrm_resource id="stonith-v03-d" type="fence_ipmilan" class="stonith">
+ <lrm_rsc_op id="stonith-v03-d_last_0" operation_key="stonith-v03-d_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="135:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;135:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="60" rc-code="7" op-status="0" interval="0" op-digest="c3d20fb821834c3b8bc3cb6ad760774d"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-iscsi:2" type="iscsi" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:2_last_0" operation_key="vds-ok-pool-0-iscsi:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="234:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;234:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="118" rc-code="0" op-status="0" interval="0" op-digest="ce2858d3fc7dd03d86a0330f0c7c93dc" op-force-restart=" target " op-restart-digest="ac6e5f8d59f288376f442d90a92c3040"/>
+ <lrm_rsc_op id="vds-ok-pool-0-iscsi:2_monitor_30000" operation_key="vds-ok-pool-0-iscsi:2_monitor_30000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="157:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;157:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="122" rc-code="0" op-status="0" interval="30000" op-digest="a75a8e5238302a5bd7d28405e170b0b5"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-qpid:0" type="libvirt-qpid" class="lsb">
+ <lrm_rsc_op id="libvirt-qpid:0_last_0" operation_key="libvirt-qpid:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="341:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;341:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="192" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ <lrm_rsc_op id="libvirt-qpid:0_monitor_10000" operation_key="libvirt-qpid:0_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="342:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;342:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="193" rc-code="0" op-status="0" interval="10000" op-digest="3ef575c5f050ae086f0f31bc8f085fdc"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-qpid:1" type="libvirt-qpid" class="lsb">
+ <lrm_rsc_op id="libvirt-qpid:1_last_0" operation_key="libvirt-qpid:1_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="376:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;376:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="182" rc-code="0" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
+ </lrm_resource>
+ <lrm_resource id="zakaz.transferrus.ru-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="zakaz.transferrus.ru-vm_last_0" operation_key="zakaz.transferrus.ru-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="150:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;150:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="75" rc-code="7" op-status="0" interval="0" op-digest="8866085a8519dcd226643d6dbf891e31" op-force-restart=" config domain_name domain_uuid " op-restart-digest="19d75392a181635d2813759181e6deec"/>
+ </lrm_resource>
+ <lrm_resource id="terminal.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="terminal.anbriz.vds-ok.com-vm_last_0" operation_key="terminal.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="160:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;160:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="85" rc-code="7" op-status="0" interval="0" op-digest="7ae0a830d19a17e0beefab831c639ebf" op-force-restart=" config domain_name domain_uuid " op-restart-digest="ea50ab9af06f81ab927d6d9f5d17ffe7"/>
+ </lrm_resource>
+ <lrm_resource id="libvirtd:0" type="upstart-resource" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirtd:0_last_0" operation_key="libvirtd:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="301:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;301:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="187" rc-code="0" op-status="0" interval="0" op-digest="7958fe937f7dfdeb132796c5147dd099" op-force-restart=" job_name " op-restart-digest="121354c7ca7024e72e62f63dabb5716f"/>
+ <lrm_rsc_op id="libvirtd:0_monitor_10000" operation_key="libvirtd:0_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="302:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;302:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="188" rc-code="0" op-status="0" interval="10000" op-digest="f07b0b4511ffae7c8f752a4bf6cc6f0c"/>
+ </lrm_resource>
+ <lrm_resource id="vlan102-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan102-if:1_last_0" operation_key="vlan102-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="311:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;311:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="96" rc-code="0" op-status="0" interval="0" op-digest="a04a936b5ca703f9fcbeef627b129d99"/>
+ <lrm_rsc_op id="vlan102-if:1_monitor_120000" operation_key="vlan102-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="236:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;236:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="125" rc-code="0" op-status="0" interval="120000" op-digest="756f8d52575061130ae8ea8bab0cac6d"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-vg:2" type="LVM2" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-vg:2_last_0" operation_key="vds-ok-pool-1-vg:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="187:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;187:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="143" rc-code="0" op-status="0" interval="0" op-digest="b239f15938731d19c98471ac0e30ce0a" op-force-restart=" storage_name " op-restart-digest="8dad0399c9cbe87782db151648b8ef23"/>
+ <lrm_rsc_op id="vds-ok-pool-1-vg:2_monitor_120000" operation_key="vds-ok-pool-1-vg:2_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="188:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;188:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="146" rc-code="0" op-status="0" interval="120000" op-digest="d087a4938618d0641d0bbb2ae2948186"/>
+ </lrm_resource>
+ <lrm_resource id="gw.gleb.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.gleb.vds-ok.com-vm_last_0" operation_key="gw.gleb.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="161:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;161:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="86" rc-code="7" op-status="0" interval="0" op-digest="bac7a1e07d0293dcbe37648f9978a126" op-force-restart=" config domain_name domain_uuid " op-restart-digest="c4464bcca26b02eb529f54f320e75c89"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-1-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-1-pool:0_last_0" operation_key="vds-ok-pool-1-pool:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="325:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;325:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="191" rc-code="0" op-status="0" interval="0" op-digest="d22fc60bc261a6eb76d45b74dae2dbda" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="946c879397fd6a8f6c755760ecc9a611"/>
+ <lrm_rsc_op id="vds-ok-pool-1-pool:0_monitor_120000" operation_key="vds-ok-pool-1-pool:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="311:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;311:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="199" rc-code="0" op-status="0" interval="120000" op-digest="308d74068d97dc30d850b5cda9f9e9aa"/>
+ </lrm_resource>
+ <lrm_resource id="maxb-c55-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="maxb-c55-vm_last_0" operation_key="maxb-c55-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="154:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;154:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="79" rc-code="7" op-status="0" interval="0" op-digest="228f907e518ceb35c384542021d9e6f5" op-force-restart=" config domain_name domain_uuid " op-restart-digest="71e05c313ccea988eacf6d584f83284b"/>
+ </lrm_resource>
+ <lrm_resource id="vlan3-if:1" type="BridgedVlan" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vlan3-if:1_last_0" operation_key="vlan3-if:1_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="335:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;335:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="99" rc-code="0" op-status="0" interval="0" op-digest="403e720f366c0649ee275e981e64b9e4"/>
+ <lrm_rsc_op id="vlan3-if:1_monitor_120000" operation_key="vlan3-if:1_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="263:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;263:6:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="128" rc-code="0" op-status="0" interval="120000" op-digest="51e72f138f8fbd7eeb6cfbbbc9d21c6c"/>
+ </lrm_resource>
+ <lrm_resource id="gw.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="gw.anbriz.vds-ok.com-vm_last_0" operation_key="gw.anbriz.vds-ok.com-vm_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="371:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;371:9:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="180" rc-code="0" op-status="0" interval="0" op-digest="c8324fa21602bac6b453917c73b295ed"/>
+ </lrm_resource>
+ <lrm_resource id="libvirt-install-fs:2" type="Filesystem" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="libvirt-install-fs:2_last_0" operation_key="libvirt-install-fs:2_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="222:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;222:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="92" rc-code="0" op-status="0" interval="0" op-digest="31e7242629b49443f536c22192debb15"/>
+ <lrm_rsc_op id="libvirt-install-fs:2_monitor_120000" operation_key="libvirt-install-fs:2_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="223:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;223:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="112" rc-code="0" op-status="0" interval="120000" op-digest="54b02cd722053809bd0b1a3619adfd3b"/>
+ <lrm_rsc_op id="libvirt-install-fs:2_monitor_240000" operation_key="libvirt-install-fs:2_monitor_240000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="224:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;224:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="111" rc-code="0" op-status="0" interval="240000" op-digest="11cd729f3313767ad7383c42495e612b"/>
+ <lrm_rsc_op id="libvirt-install-fs:2_monitor_360000" operation_key="libvirt-install-fs:2_monitor_360000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="225:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;225:5:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="110" rc-code="0" op-status="0" interval="360000" op-digest="d9c16f21c130ae8da55d8eac0b6c6cdc"/>
+ </lrm_resource>
+ <lrm_resource id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_last_0" operation_key="vd04-a.cdev.ttc.prague.cz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="145:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;145:5:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="70" rc-code="7" op-status="0" interval="0" op-digest="c69d524ef8245fc45d4b20f76e53cf5a" op-force-restart=" config domain_name domain_uuid " op-restart-digest="30d43c9d04cd8061bfc2e32d6b8e149a"/>
+ </lrm_resource>
+ <lrm_resource id="lustre04-right.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="lustre04-right.vds-ok.com-vm_last_0" operation_key="lustre04-right.vds-ok.com-vm_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="385:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;385:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="208" rc-code="0" op-status="0" interval="0" op-digest="1b83db7bba7578e24461afdffd695582" op-force-restart=" config domain_name domain_uuid " op-restart-digest="db646f633e92a650a671b003e0bfcd50"/>
+ <lrm_rsc_op id="lustre04-right.vds-ok.com-vm_monitor_10000" operation_key="lustre04-right.vds-ok.com-vm_monitor_10000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="386:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;386:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="214" rc-code="0" op-status="0" interval="10000" op-digest="a7f82470ab5148e33ea40ff916b2ea97"/>
+ </lrm_resource>
+ <lrm_resource id="vds-ok-pool-0-pool:0" type="LibvirtStoragePool" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="vds-ok-pool-0-pool:0_last_0" operation_key="vds-ok-pool-0-pool:0_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="317:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;317:12:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="190" rc-code="0" op-status="0" interval="0" op-digest="23e772222e86fd0d70455c4ef5d41c56" op-force-restart=" config pool_name pool_uuid pool_storage_name utilization_param " op-restart-digest="507f87928adf3796b3d3396d3e08cd20"/>
+ <lrm_rsc_op id="vds-ok-pool-0-pool:0_monitor_120000" operation_key="vds-ok-pool-0-pool:0_monitor_120000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.6" transition-key="301:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:0;301:13:0:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="198" rc-code="0" op-status="0" interval="120000" op-digest="932bd6e6597364c25f62473e5a2c5416"/>
+ </lrm_resource>
+ <lrm_resource id="license.anbriz.vds-ok.com-vm" type="VirtualDomain" class="ocf" provider="vds-ok">
+ <lrm_rsc_op id="license.anbriz.vds-ok.com-vm_last_0" operation_key="license.anbriz.vds-ok.com-vm_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.6" transition-key="114:38:7:2dcd8236-0974-43d6-99d3-801e004321b1" transition-magic="0:7;114:38:7:2dcd8236-0974-43d6-99d3-801e004321b1" call-id="239" rc-code="7" op-status="0" interval="0" last-run="1330956691" last-rc-change="1330956691" exec-time="90" queue-time="0" op-digest="f21138e5aa736ad7134cb2371d41cdb9" op-force-restart=" config domain_name domain_uuid " op-restart-digest="645d94c2f6da4e32314cc095ba864f97"/>
+ </lrm_resource>
+ </lrm_resources>
+ </lrm>
+ </node_state>
+ </status>
+</cib>
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Mon, Apr 21, 7:15 PM (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1665474
Default Alt Text
(715 KB)

Event Timeline