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 1470844 Details for
Bug 1601325
[ceph-ansible:iscsi] rbd-target-gw service is in failed state after the playbook run
[?]
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.
[patch]
move rbd-target-gw startup
ceph-ansible-move-gw-startup.patch (text/plain), 1.17 KB, created by
Mike Christie
on 2018-07-26 17:24:19 UTC
(
hide
)
Description:
move rbd-target-gw startup
Filename:
MIME Type:
Creator:
Mike Christie
Created:
2018-07-26 17:24:19 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/roles/ceph-iscsi-gw/tasks/configure_iscsi.yml b/roles/ceph-iscsi-gw/tasks/configure_iscsi.yml >index 22ec4d3..a5a6004 100644 >--- a/roles/ceph-iscsi-gw/tasks/configure_iscsi.yml >+++ b/roles/ceph-iscsi-gw/tasks/configure_iscsi.yml >@@ -14,6 +14,12 @@ > when: "'rbd' not in (rbd_pool_exists.stdout | from_json)" > delegate_to: "{{ groups[mon_group_name][0] }}" > >+- name: enable the rbd-target-gw service and make sure it is running >+ service: >+ name: rbd-target-gw >+ enabled: yes >+ state: started >+ > - name: igw_gateway (tgt) | configure iscsi target (gateway) > igw_gateway: > mode: "target" >diff --git a/roles/ceph-iscsi-gw/tasks/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/prerequisites.yml >index ba9ae43..16ea036 100644 >--- a/roles/ceph-iscsi-gw/tasks/prerequisites.yml >+++ b/roles/ceph-iscsi-gw/tasks/prerequisites.yml >@@ -65,12 +65,6 @@ > - target.stat.exists > - target.stat.islnk == False > >-- name: enable the rbd-target-gw service and make sure it is running >- service: >- name: rbd-target-gw >- enabled: yes >- state: started >- > - name: copy admin key > copy: > src: "{{ fetch_directory }}/{{ fsid }}/etc/ceph/{{ cluster }}.client.admin.keyring"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1601325
: 1470844