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

MegaCli is currently not supported #89

Closed
amaumene opened this issue Mar 31, 2014 · 8 comments
Closed

MegaCli is currently not supported #89

amaumene opened this issue Mar 31, 2014 · 8 comments

Comments

@amaumene
Copy link
Member

Hi,

I tried to deploy Dell servers but I discovered that megacli is not supported by eDeploy. I tried to found out why. First there is no "import megacli" in my configure file. I don't know how this file is generated. Then I took a look to megacli.py and it seems that there is not a lot of code. Anyway could you add megacli support? I can help by giving you access to Dell servers if you like :)

@fredericlepied
Copy link
Contributor

megacli is supported. megacli.py is used only in the hardware detection code. In configure scripts, you just have to call the command line utility.

@ErwanAliasr1
Copy link
Contributor

Fred, we shall provide some higher level code/routines to ease many raid manipulation for the controllers we have. It's too much dependent on user's skill.

@fredericlepied
Copy link
Contributor

@ErwanAliasr1 yes but that's another story. We should open an enhancement ticket for it.

@ghantoos
Copy link

ghantoos commented Apr 1, 2014

@fredericlepied where should we open such a ticket (enhancement)?

@amaumene
Copy link
Member Author

amaumene commented Apr 2, 2014

Hi,

Here is my error:
Traceback (most recent call last):
File "/configure", line 62, in
cli = megacli.Cli(debug=True)
NameError: name 'megacli' is not defined

Thank you to tell me where I'm wrong.

@amaumene amaumene reopened this Apr 2, 2014
@ErwanAliasr1
Copy link
Contributor

Can you provide the git revision shown inside your log file ? Sounds like
your initrd is pretty old dude.

2014-04-02 17:17 GMT+02:00 Alexandre notifications@github.com:

Hi,

Here is my error:
Traceback (most recent call last):
File "/configure", line 62, in
cli = megacli.Cli(debug=True)
NameError: name 'megacli' is not defined

Thank you to tell me where I'm wrong.

Reply to this email directly or view it on GitHubhttps://github.com//issues/89#issuecomment-39343045
.

@amaumene
Copy link
Member Author

amaumene commented Apr 3, 2014

As I explained directly to Erwan, only getting informations using megacli is supported. I was talking about doing "real" actions, like creating a RAID for example.

I gave Erwan access to Dell hardware I'm currently using, he will work on this :)

@ErwanAliasr1
Copy link
Contributor

I'm closing this issue and let issue #90 handling the create/delete problem for Dell arrays.

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

4 participants