2V0-21.23 Question 222
Single answerAn administrator is tasked with managing VM template versions to ensure that templates are properly updated for a development team. The administrator creates multiple versions of the same template to track changes and compatibility with the development environment. While reviewing the template versions in vSphere, the administrator notices that the latest version of a template has a critical misconfiguration. What should the administrator do to ensure the development team does not use the misconfigured template while maintaining version history?
- A
Delete the misconfigured template version to prevent its usage.
- B
Mark the misconfigured template version as 'Deprecated' in the template management options.
- C
Revert the misconfigured template version to the previous known good configuration.
- D
Create a new template version with corrected settings and mark it as the latest version.
Show answer and explanation
Correct answer: B
Explanation
When managing VM template versions in vSphere, administrators should avoid deleting misconfigured versions to maintain a complete version history. Instead, marking the version as 'Deprecated' ensures that it cannot be used for deployments while preserving the record of changes. This approach aligns with best practices in version management and ensures that future audits or troubleshooting processes can reference the version history.
- A. Incorrect.
Deleting the misconfigured template version would remove valuable version history and make tracking changes difficult, which is not recommended.
- B. Correct.
Marking the misconfigured template as 'Deprecated' ensures it remains in the version history for tracking purposes but prevents users from selecting it for deployments.
- C. Incorrect.
Reverting the misconfigured template version to a previous configuration is not possible. Instead, a new version must be created to reflect changes.
- D. Incorrect.
Creating a new template version with corrected settings is a good practice to fix the issue, but marking the misconfigured version as 'Deprecated' is necessary to prevent accidental use.