Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1451348 Details for
Bug 1579008
ovirt-engine fails to start when having a large number of stateless snapshots
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
playbook to create and start a stateless tiny vms
file_1579008.txt (text/plain), 603 bytes, created by
Roy Golan
on 2018-06-14 12:56:03 UTC
(
hide
)
Description:
playbook to create and start a stateless tiny vms
Filename:
MIME Type:
Creator:
Roy Golan
Created:
2018-06-14 12:56:03 UTC
Size:
603 bytes
patch
obsolete
>--- >- hosts: localhost > connection: local > tasks: > - ovirt_auth: > url: "https://engine.example.com/ovirt-engine/api" > username: admin@internal > password: 123456 > insecure: true > - name: create vm > ovirt_vms: > auth: "{{ ovirt_auth }}" > state: running > name: stateless_test_{{ item }} > memory: 64MiB > memory_guaranteed: 32MiB > cluster: Default > boot_devices: > - cdrom > cd_iso: "oVirt-toolsSetup-4.1-5.fc24.iso" > stateless: yes > with_sequence: count=1 start=1 >...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1579008
: 1451348 |
1452385
|
1452386