-
Notifications
You must be signed in to change notification settings - Fork 92
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
Smart State Analysis Fails due to Error : Unable to mount filesystem. Reason:[wrong number of arguments (given 3, expected 0..2)] #890
Comments
I run Smart State analysis for a instance in cloud provider (Compute -> Clouds -> Providers -> instances) Does anyone have thoughts on this or suggestions on how to address it? |
@Dhamo1107 it looks like that error is coming from https://github.com/ManageIQ/manageiq-smartstate/blob/master/lib/metadata/MIQExtract/MIQExtract.rb#L71 and that last backtrace isn't the root of the problem. You might need to enable debug logging in order for it to show up. |
Hi @agrare, This the log with MIQExtract: (https://github.com/ManageIQ/manageiq-smartstate/blob/5ddb6379aff4acb2f2ac4202ea57aa8103ead258/lib/miq_tempfile.rb)
|
Perfect thank you @Dhamo1107 I'll have a fix out in a few minutes |
@agrare And also do you have any updates regarding the issue in Host Aggregate |
@agrare now i got this error: DEBUG -- evm: MIQ(MiqQueue.get) All 10 messages stale, returning... |
Interesting I don't get that when I run that command on my appliance, can you try the following in a rails console?
|
@agrare I encountered an error when trying to create a new MiqTempfile instance irb(main):001:0> MiqTempfile.new("EvmSnapshot", :encoding => 'ascii-8bit') Did you mean? MIQRexml from /opt/manageiq/manageiq-gemset/gems/railties-6.1.7.4/lib/rails/commands/console/console_command.rb:70:in start' |
@Dhamo1107 okay throw a |
@agrare Restarting the server did the trick. However, the EVM logs show the following for an extended period: DEBUG -- evm: Q-task_id([job_dispatcher]) MiqOpenStackInstance#download_image_data_glance_v2: response_block: 4716220206 bytes written of |
@agrare the test failed with this error: |
@Dhamo1107 that means your appliance disk isn't large enough to hold the disk you're trying to scan |
@agrare Could you advise on how I can run tests or perform scans under these constraints? I also have more space available in that folder.
|
@Dhamo1107 you can attach an additional disk to the appliance that is large enough to hold the disks that you need to scan, and mount that to /var/www/miq_tmp. You can use |
Unable to mount filesystem. Reason:[wrong number of arguments (given 3, expected 0..2)]
Log:
The text was updated successfully, but these errors were encountered: