You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please file this with smartos-live. This repository and its issue tracker is only used for the kvm kernel module and thus has nothing to do with smartos or the vmadm command found inside of it. I have made a copy of this here: TritonDataCenter/smartos-live#226 such that the right people will see it and notice it.
I was trying to change the size of a VM's disk with the following JSON:
{
"update_disks": [
{
"path": "/dev/zvol/rdsk/zones/bc1ff79e-2501-4ab1-916f-f8ab8597fb54-disk0",
"size": 102400
}
]
}
and the update failed with:
Successfully updated VM bc1ff79e-2501-4ab1-916f-f8ab8597fb54
UNCAUGHT EXCEPTION: 8bf6ea15
EXCEPTION MESSAGE: Cannot read property value of undefined
FROM:
_asyncMap (/usr/node/0.8/node_modules/async.js:225:23)
async.eachSeries.iterate (/usr/node/0.8/node_modules/async.js:126:13)
process.startup.processNextTick.process._tickCallback (node.js:244:9)
Abort (core dumped)
uname -a
SunOS master-720 5.11 joyent_20130419T073558Z i86pc i386 i86pc
The callstack was as follows:
::jsstack
80475d8 libc.so.1
_lwp_kill+0x15 80475f8 libc.so.1
raise+0x2b8047648 libc.so.1`abort+0x10e
8047658 0x843a2cb
8047708 v8::internal::Isolate::DoThrow+0x35f
8047728 v8::internal::Isolate::Throw+0x14
8047788 v8::internal::IC::TypeError+0x5a
8047808 v8::internal::LoadIC::Load+0x190
8047878 v8::internal::LoadIC_Miss+0xb3
804789c 0xb710a336 internal (Code: b710a2c1)
80478bc 0x9e523fec (as _asyncMap) (8bf684b1)
80478dc 0x9e5229a7 (as async.eachSeries.iterate) (8bf68525)
8047900 0xb71294fc (as
startup.processNextTick.process._tickCallback) (853439dd)
804791c 0xb7121bb9
8047958 0xb7112b4a
80479d8
_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb+0xe3
8047a38 v8::internal::Execution::Call+0x5c
8047aa8 v8::Function::Call+0xd5
8047b28 _ZN4nodeL4TickEv+0x8e
8047b58 uv__run_idle+0x42
8047b98 uv__run+0x22
8047bb8 uv_run+0x15
8047c18 node::Start+0x174
8047c38 main+0x1b
8047c60 _start+0x83
This appears to happen when I try to re-size any KVM disks.
The text was updated successfully, but these errors were encountered: