Skip to content

fix script and add new images #998

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions source/images/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,66 @@ output:
---
name: replica-set-four-members-add-arbiter
alt: "Diagram of four member replica set plus an arbiter for odd number of votes."
output:
- type: print
tag: 'print'
dpi: 300
width: 2100
- type: web
tag: ''
dpi: 72
width: 350
---
name: replica-set-only-seven-voting-members
alt: "Diagram of 9 member replica set with the maximum of 7 voting members."
output:
- type: print
tag: 'print'
dpi: 300
width: 2100
- type: web
tag: ''
dpi: 72
width: 350
---
name: replica-set-three-members-geographically-distributed
alt: "Diagram of 3 member replica set distributed across two datacenters. Replica set includes a secondary-only member."
output:
- type: print
tag: 'print'
dpi: 300
width: 2100
- type: web
tag: ''
dpi: 72
width: 350
---
name: replica-set-three-data-centers
alt: "Diagram of 5 member replica set distributed across three datacenters. Replica set includes a secondary-only member."
output:
- type: print
tag: 'print'
dpi: 300
width: 2100
- type: web
tag: ''
dpi: 72
width: 350
---
name: replica-set-hidden-member
alt: "Diagram of 5 member replica set with a hidden secondary-only member."
output:
- type: print
tag: 'print'
dpi: 300
width: 2100
- type: web
tag: ''
dpi: 72
width: 350
---
name: replica-set-delayed-member
alt: "Diagram of 5 member replica set with a hidden delayed secondary-only member."
output:
- type: print
tag: 'print'
Expand Down
45 changes: 45 additions & 0 deletions source/images/replica-set-delayed-member.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 49 additions & 47 deletions source/images/replica-set-four-members-add-arbiter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions source/images/replica-set-hidden-member.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading