Login
Account
Sign Up
Home
About Us
Catalog
Search
Register RSS
Embed RSS
FAQ
Get Embed Code
Example: Default CSS
Example: Custom CSS
Example: Custom CSS per Embedding
Super RSS
Usage
View Latest
Create
Contact Us
Technical Support
Guest Posts/Articles
Report Violations
Google Warnings
Article Removal Requests
Channel Removal Requests
General Questions
DMCA Takedown Notice
RSSing>>
Collections:
RSSing
EDA
Intel
Mesothelioma
SAP
SEO
Latest
Articles
Channels
Super Channels
Popular
Articles
Pages
Channels
Super Channels
Top Rated
Articles
Pages
Channels
Super Channels
Trending
Articles
Pages
Channels
Super Channels
Switch Editions?
Cancel
Sharing:
Title:
URL:
Copy Share URL
English
RSSing.com
RSSing>>
Latest
Popular
Top Rated
Trending
Channel: Cloudbase Q&A Forum - RSS feed
NSFW?
Claim
0
X
Mark channel Not-Safe-For-Work?
cancel
confirm
NSFW Votes:
(
0
votes)
X
Are you the publisher?
Claim
or
contact us
about this channel.
X
0
Showing article 2 of 5 in channel 75695549
Channel Details:
Title: Cloudbase Q&A Forum - RSS feed
Channel Number: 75695549
Language: English
Registered On: October 31, 2019, 5:34 pm
Number of Articles: 5
Latest Snapshot: October 31, 2019, 5:34 pm
RSS URL:
https://ask.cloudbase.it/feeds/question/905
Publisher:
https://ask.cloudbase.it/questions/
Description: Open source question and answer forum written in Python and Django
Catalog:
//cloudbase330.rssing.com/catalog.php?indx=75695549
Remove ADS
Viewing all articles
Article 1
Article 2
Article 3
Article 4
Last Article
Browse latest
Browse all 5
↧
Comment by Lily Xing for Hi, this is related most probably to configuration issues in the hyper-v nova.conf Can you please post the content of c:\openstack\log\nova-compute.log? Thanks, Alessandro
December 30, 2015, 10:05 am
≫
Next: Answer by alexpilotti for I setup a controller+network node on Oracle Linux(Kilo), and install a hyper-v compute node following cloudbase doc. But after installation, I can find neutron hyper-v agent, but no related compute services. And I checked that table compute_nodes in nova database is empty. Any idea? compute service is running correctly on windows 2012 R2. No error message reported on either compute node or controller node. compute-node.log as below: 2015-12-30 09:46:21.717 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.733 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connected to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.749 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.763 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connected to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.826 2624 WARNING oslo_config.cfg [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Option "lock_path" from group "DEFAULT" is deprecated. Use option "lock_path" from group "oslo_concurrency". 2015-12-30 09:46:26.059 2624 WARNING nova.compute.resource_tracker [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] No compute node record for COMPUTE-NODE1:COMPUTE-NODE1 2015-12-30 09:46:26.282 2624 INFO oslo_messaging._drivers.impl_rabbit [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:26.299 2624 INFO oslo_messaging._drivers.impl_rabbit [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] Connected to AMQP server on 192.168.12.20:5672 The root cause seems I tried using MTU 9000. When I use the default MTU=1500, it works well. But whenever I use MTU 9000, it doesn't work. What I have updated: dnsmasq.conf: dhcp-option-force=26,8950 l3_agent.ini: [DEFAULT] network_device_mtu = 8950 ml2_conf.ini: [ml2] path_mtu = 8950 segment_mtu = 8950` nova.conf: [DEFAULT] network_device_mtu = 8950 How could I enable mtu 9000?
≪
Previous: Answer by Lily Xing for I setup a controller+network node on Oracle Linux(Kilo), and install a hyper-v compute node following cloudbase doc. But after installation, I can find neutron hyper-v agent, but no related compute services. And I checked that table compute_nodes in nova database is empty. Any idea? compute service is running correctly on windows 2012 R2. No error message reported on either compute node or controller node. compute-node.log as below: 2015-12-30 09:46:21.717 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.733 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connected to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.749 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.763 2624 INFO oslo_messaging._drivers.impl_rabbit [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Connected to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:21.826 2624 WARNING oslo_config.cfg [req-e3650168-e7d4-4d2b-8a44-7c9f504f3248 - - - - -] Option "lock_path" from group "DEFAULT" is deprecated. Use option "lock_path" from group "oslo_concurrency". 2015-12-30 09:46:26.059 2624 WARNING nova.compute.resource_tracker [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] No compute node record for COMPUTE-NODE1:COMPUTE-NODE1 2015-12-30 09:46:26.282 2624 INFO oslo_messaging._drivers.impl_rabbit [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] Connecting to AMQP server on 192.168.12.20:5672 2015-12-30 09:46:26.299 2624 INFO oslo_messaging._drivers.impl_rabbit [req-0833d144-8cd2-48b4-a6f8-d23fe59fe102 - - - - -] Connected to AMQP server on 192.168.12.20:5672 The root cause seems I tried using MTU 9000. When I use the default MTU=1500, it works well. But whenever I use MTU 9000, it doesn't work. What I have updated: dnsmasq.conf: dhcp-option-force=26,8950 l3_agent.ini: [DEFAULT] network_device_mtu = 8950 ml2_conf.ini: [ml2] path_mtu = 8950 segment_mtu = 8950` nova.conf: [DEFAULT] network_device_mtu = 8950 How could I enable mtu 9000?
$
0
0
Hi Alessandro, I have updated compute logs. Thanks.
↧
Search
RSSing.com
Remove ADS
Viewing all articles
Article 1
Article 2
Article 3
Article 4
Last Article
Browse latest
Browse all 5
Trending Articles
Practice Sheet of Right form of verbs for HSC Students
September 22, 2019, 11:40 pm
Download: FK ft Shenky – Nakuyewa ”Prod by: Shenky”
February 16, 2017, 4:24 pm
How to win at Markstrat (Markstrat Tips and Tricks) – Vodites
January 5, 2014, 10:34 pm
Ominde Commission Report and Recommendations – Ominde Report of 1964
March 16, 2015, 5:14 am
Bureau of Internal Revenue: Regional Offices (Directory)
January 9, 2014, 11:06 pm
GO 53 on Enhancement of Ex-gratia upto 5 Lakhs Toddy Tappers in Telangana
March 26, 2017, 11:23 pm
Cakewalk CA-2A Leveling Amplifier v2.0.1.97 WiN, v2.0.1.96 OSX Incl Keygen
October 17, 2016, 7:20 am
Mp3 Download: Mdu - Kunjenjenjena
December 7, 2017, 8:16 am
How the kill the job , when DTP request running for long hours.
July 26, 2013, 2:41 am
Microsoft Intune から展開しているアプリのアップデートについて
October 17, 2016, 4:11 am
18-year-old girl was beaten for half an hour by two Northampton men in 'an...
September 1, 2017, 10:00 pm
Car crash in Dunton Bassett leaves driver in critical condition
October 7, 2014, 7:51 am
Macky 2, Two Others In Road Accident
March 29, 2015, 5:34 am
Application log 00000000000000089514: Could not convert queue DLVST90CLNT
May 14, 2015, 11:27 pm
Detroit mafia: D’Anna Brothers agree to plea deal
April 21, 2016, 6:56 am
Delivery block field greyed out using VA02
January 26, 2016, 2:52 pm
Muloraki Au
June 22, 2016, 1:44 am
【個人撮影】スマホのプライベート映像♪「中に出さないで///」カラオケ屋での生ハメ撮りが流出w【リベンジポルノ】@PornHub
October 12, 2017, 2:23 pm
BREAKING NEWS: Diamond Platnumz Is Reported Dead After Ghastly Car Accident
February 9, 2018, 4:56 am
FIAT 500 B0111 B0112
July 5, 2018, 10:31 am
Search
RSSing.com
© 2025 //www.rssing.com