Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C ceph-ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tang liyu
  • ceph-ansible
  • Repository

Switch branch/tag
  • ceph-ansible
  • infrastructure-playbooks
  • switch-from-non-containerized-to-cont...
Find file BlameHistoryPermalink
  • Dimitri Savineau's avatar
    switch2container: chown symlink in mon/mgr plays · 35ed9977
    Dimitri Savineau authored Nov 16, 2020
    fa2bb3af only fix the symlink owner/group issue in the OSD play. If the
    OSDs are collocated with other services like MONs and MGRs then the
    chown command will fail.
    
    $ find /var/lib/ceph/osd/ceph-0 -not -user 167 -execdir chown 167:167 {} +
    chown: cannot dereference './block': Permission denied
    
    Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1896448
    
    Signed-off-by: default avatarDimitri Savineau <dsavinea@redhat.com>
    35ed9977

Replace switch-from-non-containerized-to-containerized-ceph-daemons.yml

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.