Ticket #80 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

Specifying A Valid Datastore Path in honeyclient.xml

Reported by: devinbhullar@gmail.com Assigned to: knwang
Priority: lowest Milestone: 0.9
Component: HoneyClient::Manager::VM Version: none
Severity: none Keywords: 79, 80, test, datastore, path
Cc:

Description (Last modified by kindlund)

Hi,

What should I replace in this line?

 <datastore_path description="The absolute path to the parent directory, where all HoneyClient VM data is stored on the host server.  It is assumed that individual VM data is stored in separate subdirectories within this parent directory." default="/vm">  /vm/clones

Attachments

Change History

08/27/07 20:08:56 changed by kindlund

  • status changed from new to closed.
  • description changed.
  • component changed from Unknown to HoneyClient::Manager::VM.
  • summary changed from honey client.xml to Specifying A Valid Datastore Path in honeyclient.xml.
  • priority changed from normal to lowest.
  • milestone set to 0.9.
  • keywords set to 79, 80, test, datastore, path.
  • resolution set to invalid.

Hi Devinder,

You have submitted multiple tickets, regarding the issues you've had with HoneyClient::Manager::VM.

These tickets are: #79, #80

In the future, please ONLY submit one ticket per issue. If you have additional follow-up information and/or questions, feel free to add additional comments to an existing ticket.

In ticket #79, it looks like you tried to test the !HoneyClient::Manager::VM code, but it failed with the error of:

Error: Current datastore path (/vm/clones) does not exist!

This specific issue has been documented in the UserGuide, as step 14: http://www.honeyclient.org/trac/wiki/UserGuide#InstallHoneyClient::Manager

Specifically, see this text:

# Edit the etc/honeyclient.xml file.
# Make sure the datastore_path and snapshot_path both point to valid host system directories.

This means that you MUST manually make these directories. You can do this operation, as root, by typing in the following commands:

# mkdir /vm/clones
# mkdir /vm/snapshots

If you want these directories to be someplace else, then feel free to edit the etc/honeyclient.xml file accordingly and make the directories in some other location, using the same 'mkdir' command.

Regards,

— Darien

08/27/07 20:09:05 changed by kindlund

  • reporter changed from Devinder <devinbhullar@gmail.com> to devinbhullar@gmail.com.

Add/Change #80 (Specifying A Valid Datastore Path in honeyclient.xml)




Change Properties
Action