Page MenuHomePhabricator

PuppetConstantChange on clouddumps100[12]
Closed, ResolvedPublicBUG REPORT

Description

May 16 08:17:52 clouddumps1001 puppet-agent[2604897]: (/Stage[main]/Profile::Dumps::Distribution::Server/File[/srv/dumps/xmldatadumps_airflow_temp/xmldatadumps/pu>

@BTullis said on Slack:

It's related to the way that the cephfs volume is mounted with the sticky bit set. I didn't decide what needs to change. I first tried a chmod on the source volume, but it didn't stick. So I think I'll change the rsync parameters to ignore perms.

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
dumps: Update the parallel-rsync extra args for the sync monitorrepos/data-engineering/airflow-dags!1360btullisdumps_prsync_argsmain
dumps: Stop syncing perms with parallel-rsyncrepos/data-engineering/airflow-dags!1342btullisdumps_update_sync_permsmain
Customize query in GitLab

Event Timeline

taavi assigned this task to BTullis.

I'm reopening this, as I didn't actually apply a fix yet.
The Airflow DAG that alters the permissions on /srv/dumps/xmldatadumps_airflow_temp was not working for a different reason, which is why puppet stopped constantly changing the permissions back.

I'm just testing the fix now.

OK, I think that this should be fixed now. Apologies for the noise and delay.