Skip to content
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

Assistance In Configuring Worlkload #302

Closed
amitsidhim opened this issue Apr 27, 2016 · 2 comments
Closed

Assistance In Configuring Worlkload #302

amitsidhim opened this issue Apr 27, 2016 · 2 comments

Comments

@amitsidhim
Copy link

Hello Team ,

I am working with configuration of workload with amazon complaint s3 cloud. This basically connects with path based hostname. e.g http://s3.n8500:8167

I need to get this information on the workflow . Following is the sample file , not sure where things are going wrong.

<workstage name="init">
  <work type="init" workers="1" config="containers=r(1,2)" />
</workstage>

<workstage name="prepare">
  <work type="prepare" workers="1" config="containers=r(1,2);objects=r(1,10);sizes=c(64)KB" />
</workstage>

<workstage name="main">
  <work name="main" workers="8" runtime="30">
    <operation type="read" ratio="80" config="containers=u(1,2);objects=u(1,10)" />
    <operation type="write" ratio="20" config="containers=u(1,2);objects=u(11,20);sizes=c(64)KB" />
  </work>
</workstage>

<workstage name="cleanup">
  <work type="cleanup" workers="1" config="containers=r(1,2);objects=r(1,20)" />
</workstage>

<workstage name="dispose">
  <work type="dispose" workers="1" config="containers=r(1,2)" />
</workstage>

Kindly Help ,

Thanks in Advance

@amitsidhim
Copy link
Author

This has been resolved. Actually, For the Emulated S3 storage it looks have to add a flag with storage

config="path_style_access=true

@ywang19
Copy link
Contributor

ywang19 commented Apr 28, 2016

There is a sample workload configuration file in “conf” folder named s3-conf-sample.xml, you could use it as template. For your case, the section will look like:

-yaguang
From: amitsidhim [mailto:[email protected]]
Sent: Wednesday, April 27, 2016 9:57 PM
To: intel-cloud/cosbench [email protected]
Subject: [intel-cloud/cosbench] Assistance In Configuring Worlkload (#302)

Hello Team ,

I am working with configuration of workload with amazon complaint s3 cloud. This basically connects with path based hostname. e.g http://s3.n8500:8167

I need to get this information on the workflow . Following is the sample file , not sure where things are going wrong.

<operation type="read" ratio="80" config="containers=u(1,2);objects=u(1,10)" />

<operation type="write" ratio="20" config="containers=u(1,2);objects=u(11,20);sizes=c(64)KB" />

Kindly Help ,

Thanks in Advance


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHubhttps://github.com//issues/302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants