The recordsize option aligns ZFS blocks with PostgreSQL page size.
Details
Details
- Reviewers
dereckson - Commits
- rOPS15886c60c887: Create ZFS dataset for PostgreSQL data
Applied on WindRiver.
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Passed - Unit
No Test Coverage - Branch
- postgresql-zfs
- Build Status
Buildable 6735 Build 7023: arc lint + arc unit
Event Timeline
Comment Actions
Test on WindRiver
After upgrade per Operations grimoire procedure:
WindRiver / tmp.sls matches line 1-43 of roles/dbserver-pgsql/server/content.sls
$ head -n42 roles/dbserver-pgsql/server/content.sls > tmp.sls $ salt-call --local state.apply tmp test=True local: ---------- ID: postgresql_data_zfs_dataset Function: zfs.filesystem_present Name: arcology/postgresql/data18 Result: True Comment: filesystem arcology/postgresql/data18 is uptodate Started: 13:18:40.130885 Duration: 89.456 ms Changes: ---------- ID: postgresql_data_permissions Function: file.directory Name: /var/db/postgres/data18 Result: True Comment: The directory /var/db/postgres/data18 is in the correct state Started: 13:18:40.228514 Duration: 19.2 ms Changes: ---------- ID: /var/db/postgres/data Function: file.symlink Result: True Comment: The symlink /var/db/postgres/data is present Started: 13:18:40.247953 Duration: 1.81 ms Changes: Summary for local ------------ Succeeded: 3 Failed: 0 ------------ Total states run: 3 Total run time: 110.466 ms