NetAppDocs / NetAppDocs/netapp-solutions-virtualization
Remove punctation mark
Open
@RachelZhuNetApp is already working on this.
Since Jan 21, 2026.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 2
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Page URL
https://docs.netapp.com/us-en/netapp-solutions-virtualization/hyperv/hyperv-deploy-prereqs.html
Page title
Prepare to deploy Microsoft Hyper-V leveraging ONTAP storage systems
Summary
This command has a ` in it which stops it from running:
Add-WindowsFeature Hyper-V, Failover-Clustering, Multipath-IO `-IncludeManagementTools –Restart
it should be:
Add-WindowsFeature Hyper-V, Failover-Clustering, Multipath-IO -IncludeManagementTools –Restart
Public issues must not contain sensitive information
- This issue contains no sensitive information.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.