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

Missing columns database #592

Open
HeraldtenDam opened this issue Mar 7, 2022 · 1 comment
Open

Missing columns database #592

HeraldtenDam opened this issue Mar 7, 2022 · 1 comment

Comments

@HeraldtenDam
Copy link

Hi,

I recently updated Feilong to 1.6.3, but it didn't work. I found out that in the database some columns were missing in the table FCP. I looked at the code, there is a check for a non existing table, but there is no check if the table matches.

Is it possible to add a check if the database is consistent for the columns it needs to have.

The columns missing were:
wwpn_npiv varchar(16) COLLATE NOCASE
wwpn_phy varchar(16) COLLATE NOCASE

I added them by hand.

@bjhuangr
Copy link
Contributor

bjhuangr commented Mar 8, 2022

Currently, yes, user needs to add the columns manually as mentioned in the doc: https://cloudlib4zvm.readthedocs.io/en/latest/quickstart.html#upgrade-z-vm-sdk

Good suggestion that add a check then point user to the link.

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