vmware/pyvmomi-community-samples

Sample: place a file on a datastore

Open

#38 建立於 2014年5月28日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (972 star) (914 fork)batch import
help wantedlow hanging fruitsample request

描述

Demonstrate how to place an arbitrary file in an arbitrary location on an arbitrary datastore. Shows how to interact with datastores using pyVmomi API and should include discussion and solutions for keep-alive problems when dealing with very large file transfers.

Issues to show resolutions to:

  • File transport occurs on a separate session from API method invocation
  • Network conditions are not always favorable, how to handle interruptions
  • How to detect file corruption or incomplete transfer
  • How to detect failed file transfers due to permissions issues.

See also: http://www.virtuallyghetto.com/2014/06/how-to-efficiently-transfer-files-to-datastore-in-vcenter-using-the-vsphere-api.html

貢獻者指南

Sample: place a file on a datastore · vmware/pyvmomi-community-samples#38 | Good First Issue