Displaying 10 results from an estimated 10 matches for "external_id".
Did you mean:
external_ids
2007 Feb 13
1
observe_field and select box
...ect name = "test_company" id = "test_company">
<option selected value=test.company.to_s>Create New </option>
<%= options_for_select Company.find(:all,
:conditions => ["name =?", test.company],
:order => "id asc").collect{|c| [c.external_id, c.name]},
test.company.to_s %>
</select>
... and for the above select box i have an observe field that never
fires up; based on the selection of the first box the second select box
should be populated, and if "Create New" is selected a new record is to
be created.
<%= obser...
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
...s.org
Hi,
I have the following migration (abbreviated):
class Initial < ActiveRecord::Migration
def self.up
create_table :messages, :options => ''ENGINE=MyISAM'', :force => true do
|t|
t.column :id, :integer, :null => false
t.column :external_id, :string, :null => false
t.column :recipients_count, :integer, :default => 0
end
end
def self.down
drop_table :messages
end
end
When running migrate it creates the table and the schema, but it doesn''t
preserve the ":options" in the test environme...
2014 Jun 16
2
Live migrate failure
...rive-virtio-disk0
2014-06-16 05:15:50.601+0000: 2096: *warning :
qemuMigrationCancelDriveMirror:1383 : Unable to stop block job on
drive-virtio-disk1*
*2014-06-16 05:15:50.651+0000: 2096: error : virCommandWait:2348 : internal
error: Child process (ovs-vsctl --timeout=5 get Interface tap6977e4a1-cd
external_ids:PortData) unexpected exit status 1: ovs-vsctl: no key
"PortData" in Interface record "tap6977e4a1-cd" column external_ids*
2014-06-16 05:15:50.651+0000: 2096: error :
virNetDevOpenvswitchGetMigrateData:219 : Unable to run command to get OVS
port data for interface tap6977e4a1-...
2006 Jan 08
0
Migration doesn''t seem to preserve create_table options in schema
Hi,
I have the following migration (abbreviated):
class Initial < ActiveRecord::Migration
def self.up
create_table :messages, :options => ''ENGINE=MyISAM'', :force => true do
|t|
t.column :id, :integer, :null => false
t.column :external_id, :string, :null => false
t.column :recipients_count, :integer, :default => 0
end
end
def self.down
drop_table :messages
end
end
When running migrate it creates the table and the schema, but it doesn''t
preserve the ":options" in the test environme...
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...'0x08'
function='0x0'/>
</interface>
....
cuckoo vm up: monitor0 _uuid is 969ef76c...
# ovs-vsctl --columns=name,_uuid,external-ids list Interface | grep -A3
monitor0
name : "monitor0"
_uuid : 969ef76c-c802-4e9f-97e0-9a06ce133252
external_ids : {attached-mac="52:54:00:f5:29:72",
iface-id="23e982f3-f344-48a2-8bed-b584acb95616", iface-status=active,
vm-id="cb4903aa-eaf4-432d-aa57-e9f74f1c8b79"}
#
cuckoo vm down: (no output, the interface has been deleted by libvirt)
# ovs-vsctl --columns=name,_uuid,...
2014 Jun 16
0
Re: Live migrate failure
...nable to stop block job on
> drive-virtio-disk1*
These warnings don't look good; have you investigated why they are
occurring?
> *2014-06-16 05:15:50.651+0000: 2096: error : virCommandWait:2348 : internal
> error: Child process (ovs-vsctl --timeout=5 get Interface tap6977e4a1-cd
> external_ids:PortData) unexpected exit status 1: ovs-vsctl: no key
> "PortData" in Interface record "tap6977e4a1-cd" column external_ids*
>
> 2014-06-16 05:15:50.651+0000: 2096: error :
> virNetDevOpenvswitchGetMigrateData:219 : Unable to run command to get OVS
> port data f...
2019 Mar 13
1
vlan tagging for openVSwitch
...n-55'/>
<model type='virtio'/>
</interface>
When the guest is fully initialized vSwitch shows:
...
_uuid : b3c130db-fa84-49f8-9cf5-824ec8cf3b81
bond_downdelay : 0
bond_fake_iface : false
bond_mode : []
bond_updelay : 0
external_ids : {}
fake_bridge : false
interfaces : [35c0a914-a21a-43d7-9f63-adacffbb62bc]
lacp : []
mac : []
name : "ovsbr0"
other_config : {}
qos : []
statistics : {}
status : {}
tag ...
2016 May 13
2
libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
Hey folks, I'm working on setting up a Cuckoo sandbox malware lab at
home, and can't seem to get openvswitch and libvirt to work together
as-documented. I'm not subscribed to the list, so please reply-all.
Thanks in advance!
I've debugged this, and I think the interfaceid stuff in network XML
isn't doing much besides setting a custom interfaceid in an OpenVSwitch
table that
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
...rface[...]"
This interfaceid doesn't seem to have anything to do with ovsdb values.
$ ovs-vsctl find Port 'name=vm_test'
_uuid : f0f06327-6fcc-4073-b8c8-3f42944d43ca
bond_downdelay : 0
bond_fake_iface : false
bond_mode : []
bond_updelay : 0
external_ids : {}
fake_bridge : false
interfaces : [eb7fad6e-3728-4bf7-b31e-4a1693e2ec4b]
lacp : []
mac : []
name : "vm_test"
other_config : {}
qos : []
statistics : {}
status : {}
tag...
2012 Jun 11
5
xcp + ubuntu + openvswitch VLAN problem
hi all ,
i use ubuntu 12.04 with xcp , all config run very well except vlan
i use xe network-create and xe vlan-create to build vlan 3000
then startup a vm in this network, xapi0 fakebridge and vif1.0 all looks
well,
use ovs-vsctl list port i can see xapi0 and vif1.0 have beed taged with 3000
but i can not access the internent~~~
somebody can help me with this?
thanks.