-
Notifications
You must be signed in to change notification settings - Fork 16
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
[UI] EVEREST-1647 Restrict selectable hours for PSMDB db with monthly schedule #1009
base: main
Are you sure you want to change the base?
[UI] EVEREST-1647 Restrict selectable hours for PSMDB db with monthly schedule #1009
Conversation
…ly schedule with UTC+ timezone
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
ui/apps/everest/src/components/time-selection/time-selection.tsx
Outdated
Show resolved
Hide resolved
ui/apps/everest/src/components/time-selection/time-selection.tsx
Outdated
Show resolved
Hide resolved
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
updates: schedule-update.mov |
…invalid-configuration-for-psmdb
…invalid-configuration-for-psmdb
- name: Switch docker-daemon data directory to /mnt | ||
run: | | ||
sudo systemctl stop docker | ||
echo '{ "exec-opts": ["native.cgroupdriver=cgroupfs"], "cgroup-parent": "/actions_job", "data-root": "/mnt/docker-data" }' | sudo tee /etc/docker/daemon.json | ||
sudo mkdir /mnt/docker-data | ||
sudo systemctl start docker | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this is some sort of speed up, could you please elaborate more on why it's needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I see the same step was added in the scope of this PR https://github.com/percona/everest/pull/1074/files with a comment, so now things got more clear. Looks like previously some tests were failing because of running out of space and this change allows to get more space.
…invalid-configuration-for-psmdb
… restrict pm hours if am hours are unavailable, remove edit mode condition
tz-fixes.mov |
EVEREST-1647