Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize ceph.pp to allow multiple cephfs mounting #313

Merged
merged 12 commits into from
May 14, 2024
Prev Previous commit
Next Next commit
Disable binds_fcontext_equivalence by default
And remove restorecon
  • Loading branch information
cmd-ntrf committed Jan 25, 2024
commit 3ba25d55c14f9df25fa00d7dddaef32c268161c7
2 changes: 1 addition & 1 deletion site/profile/manifests/ceph.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
content => $ceph_conf,
}

ensure_resources(profile::ceph::client::share, $shares, { 'mon_host' => $mon_host, 'mount_binds' => [], 'binds_fcontext_equivalence' => '/home' })
ensure_resources(profile::ceph::client::share, $shares, { 'mon_host' => $mon_host, 'mount_binds' => [], 'binds_fcontext_equivalence' => '' })
}

class profile::ceph::client::install {
Expand Down
Loading