Skip to content

Commit

Permalink
updated cephfs_samba_keyring and updated manifest for latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Jun 27, 2022
1 parent 2a3bcba commit 9049298
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Samba-ansible 1.1.2-5
## Samba-ansible 1.1.2-6

* updated smd.conf.j2
* updated cephfs_samba_keyring to allow reads for mgr
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Samba-ansible",
"prerelease": true,
"version": "1.1.2",
"buildVersion": "5",
"buildVersion": "6",
"author": "Brett Kelly <bkelly@45drives.com>",
"url": "https://github.com/45Drives/samba-ansible",
"category": "utils",
Expand Down Expand Up @@ -44,7 +44,7 @@
"changelog": {
"urgency": "medium",
"version": "1.1.2",
"buildVersion": "5",
"buildVersion": "6",
"ignore": [],
"date": null,
"packager": "Brett Kelly <bkelly@45drives.com>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ make DESTDIR=%{buildroot} install
/usr/share/samba-ansible/*

%changelog
* Mon Jun 27 2022 Mark Hooper <mhooper@45drives.com> 1.1.2-6
- updated cephfs_samba_keyring to allow reads for mgr
* Wed Jun 22 2022 Mark Hooper <mhooper@45drives.com> 1.1.2-5
- updated smd.conf.j2
* Thu Jun 09 2022 Mark Hooper <mhooper@45drives.com> 1.1.2-4
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
samba-ansible (1.1.2-6focal) focal; urgency=medium

* updated cephfs_samba_keyring to allow reads for mgr

-- Mark Hooper <mhooper@45drives.com> Mon, 27 Jun 2022 10:53:17 -0300

samba-ansible (1.1.2-5focal) focal; urgency=medium

* updated smd.conf.j2
Expand Down
2 changes: 1 addition & 1 deletion roles/smb/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ ctdb_tunables:
backend_filesystem: cephfs
shared_storage_mountpoint: /mnt/cephfs
cephfs_samba_keyring:
- { name: client.samba, caps: { mds: "allow r path=/, allow rwps path=/fsgw", mon: "allow r", osd: "allow *" }, mode: "0600" }
- { name: client.samba, caps: { mds: "allow r path=/, allow rwps path=/fsgw", mgr: "allow r", mon: "allow r", osd: "allow *" }, mode: "0600" }

0 comments on commit 9049298

Please sign in to comment.