Home
last modified time | relevance | path

Searched refs:pool (Results 251 – 275 of 97837) sorted by last modified time

1...<<11121314151617181920>>...3914

/dports/sysutils/iocell/iocell-2.1.2/lib/
H A Dioc-cmd102 name ${pool}/iocell | egrep -v \
103 … "jails$|releases$|templates$|download|${pool}/iocell$|/root$")"
113 name ${pool}/iocell | egrep -v \
114 … "jails$|releases$|templates$|download|${pool}/iocell$|/root$")"
/dports/sysutils/zpool-iostat-viz/zpool-iostat-viz-3/
H A Dzpool-iostat-viz119 def render_stats(window, transform, should_show_differential, pool, filename=None):
135 stats = transform(get_stats(pool, filename))
243 def main(window, should_show_differential, pool, filename, views):
256 render_stats(window, transformation_function, should_show_differential, pool, filename)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dguide_rolling_upgrade.rst256 …nd then removing the webserver that we are currently updating from the HAProxy load balancing pool.
271 …rse the changes to the Nagios configuration and put the web server back in the load balancing pool:
H A Dplaybooks_delegation.rst6 …ating your webservers, you might need to remove them from a load-balanced pool temporarily. You ca…
21 …`` keyword on a task. This is ideal for managing nodes in a load balanced pool or for controlling …
28 - name: Take out of load balancer pool
37 - name: Add back to load balancer pool
47 - name: Take out of load balancer pool
52 - name: Add back to load balancer pool
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/reference_appendices/
H A Dglossary.rst166 A group consists of several hosts assigned to a pool that can be
424 :term:`playbooks` control the size of the rolling update pool. The
H A Dtest_strategies.rst159 - name: take out of load balancer pool
171 - name: add back to load balancer pool
175 Of course in the above, the "take out of the pool" and "add back" steps would be replaced with a ca…
180 the machine will not go back into the pool.
194 - name: take out of load balancer pool
209 - name: add back to load balancer pool
214 the pool.
247 back into a load balanced pool or not.
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/scenario_guides/
H A Dguide_aci.rst23 …ions to directly connect with a secure, shared, high-performance resource pool that includes netwo…
H A Dguide_rax.rst803 …ed from a Cloud Load Balancer one-by-one, updated, verified, and returned to the load balancer pool
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dvmware_inventory_vm_attributes.rst597 The current resource pool that specifies resource allocation for the virtual machine.
598 This property is set when a virtual machine is created or associated with a different resource pool.
599 Returns null if the virtual machine is a template or the session has no access to the resource pool.
604 Basic information about a resource pool.
609 Runtime information about a resource pool.
624 The set of virtual machines associated with this resource pool.
629 Configuration of this resource pool.
829 …running on, as well as limits configured on the virtual machine itself or any parent resource pool.
836 …al machine, as well as limits configured on the virtual machine itself or any parent resource pool.
H A Dscenario_clone_template.rst39 - ``Resource.AssignVMToPool`` on the destination host, cluster, or resource pool
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/facts/hardware/
H A Dlinux.py29 from multiprocessing.pool import ThreadPool
538 pool = ThreadPool(processes=min(len(mtab_entries), cpu_count()))
560 … 'extra': pool.apply_async(self.get_mount_info, (mount, device, uuids)),
563 pool.close() # done with new workers, start gc
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/facts/
H A Dtimeout.py20 import multiprocessing.pool as mp
45 pool = mp.ThreadPool(processes=1)
46 res = pool.apply_async(func, args, kwargs)
47 pool.close()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/apt/tasks/
H A Dapt.yml239 …apt: deb="{{ distro_mirror }}/pool/main/h/hello/hello_{{ hello_version.stdout }}_{{ hello_architec…
/dports/sysutils/sanoid-devel/sanoid-45d0898/
H A Dsanoid88 my @pool = split ('/',$path);
89 $pools{$pool[0]}=1;
92 foreach my $pool (keys %pools) {
203 if (scalar @pool == 1 || !defined($pools{$pool[0]}) ) {
228 foreach my $pool (keys %pools) {
1065 my $pool=shift;
1094 if (/^${pool}\s+/) {
1256 my $pool=shift;
1319 my $pool = $parts[0];
1323 $capacitycache{$pool} = get_zpool_capacity($pool);
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/user_guide/
H A Dguide_rolling_upgrade.rst256 …nd then removing the webserver that we are currently updating from the HAProxy load balancing pool.
271 …rse the changes to the Nagios configuration and put the web server back in the load balancing pool:
H A Dplaybooks_delegation.rst151 This is ideal for placing nodes in a load balanced pool, or removing them. It is also very useful …
160 - name: take out of load balancer pool
169 - name: add back to load balancer pool
180 - name: take out of load balancer pool
185 - name: add back to load balancer pool
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/reference_appendices/
H A Dglossary.rst142 A group consists of several hosts assigned to a pool that can be
397 :term:`playbooks` control the size of the rolling update pool. The
H A Dtest_strategies.rst159 - name: take out of load balancer pool
171 - name: add back to load balancer pool
175 Of course in the above, the "take out of the pool" and "add back" steps would be replaced with a ca…
180 the machine will not go back into the pool.
194 - name: take out of load balancer pool
209 - name: add back to load balancer pool
214 the pool.
247 back into a load balanced pool or not.
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/scenario_guides/
H A Dguide_aci.rst23 …ions to directly connect with a secure, shared, high-performance resource pool that includes netwo…
H A Dguide_rax.rst803 …ed from a Cloud Load Balancer one-by-one, updated, verified, and returned to the load balancer pool
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dscenario_clone_template.rst39 - ``Resource.AssignVMToPool`` on the destination host, cluster, or resource pool
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/openstack/
H A Dos_member.py171 pool=dict(required=True),
180 pool = module.params['pool']
185 pool_ret = cloud.load_balancer.find_pool(name_or_id=pool)
187 module.fail_json(msg='pool %s is not found' % pool)
H A Dos_subnet.py281 pool = [dict(start=pool_start, end=pool_end)]
283 pool = None
316 allocation_pools=pool,
338 allocation_pools=pool,
H A Dos_loadbalancer.py440 pool = cloud.load_balancer.find_pool(name_or_id=pool_name)
442 if not pool:
449 pool = cloud.load_balancer.create_pool(
464 pool.id)
490 pool,
H A Dos_pool.py167 pool = cloud.load_balancer.get_pool(pool_id)
168 provisioning_status = pool.provisioning_status
170 return pool
213 if not pool:
246 pool=pool.to_dict(),
247 id=pool.id)
250 pool = _wait_for_pool_status(module, cloud, pool.id, "ACTIVE",
253 module.exit_json(changed=changed, pool=pool.to_dict(),
254 id=pool.id)
257 if pool:
[all …]

1...<<11121314151617181920>>...3914