"클라우드스택 비동기작업 async job"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{DISPLAYTITLE:클라우드스택 비동기작업 async_job}}
;CloudStack Async Job
;CloudStack Async Job
;클라우드스택 비동기 작업
;클라우드스택 비동기 작업
6번째 줄: 7번째 줄:


<img src='http://image.slidesharecdn.com/hackingapachecloudstack-121205034123-phpapp02/95/hacking-apache-cloud-stack-67-1024.jpg?cb=1354700707' />
<img src='http://image.slidesharecdn.com/hackingapachecloudstack-121205034123-phpapp02/95/hacking-apache-cloud-stack-67-1024.jpg?cb=1354700707' />
==테이블==
{| class='wikitable'
! 컬럼명 !! 자료형 !! 널가능 !! 인덱스 !! 비고
|-
| id || bigint unsigned || NOT NULL || PK || auto_increment
|-
| user_id || bigint unsigned || NOT NULL || INDEX ||
|-
| account_id || bigint unsigned || NOT NULL || INDEX ||
|-
| session_key || varchar(64) ||  ||  || 모든 비동기작업은 보안기반 세션 적용<ref>all async-job manage to apply session based security enforcement</ref>
|-
| instance_type || varchar(64) ||  || INDEX* || 작업에 VM타입, ID를 명시가능<ref>instance_type and instance_id work together to allow attaching an instance object to a job</ref>
|-
| instance_id || bigint unsigned ||  || INDEX* ||
|-
| job_cmd || varchar(64) || NOT NULL || INDEX || 명령어 이름<ref>command name</ref>
|-
| job_cmd_originator || varchar(64) ||  ||  || 명령어 기원<ref>command originator</ref>
|-
| job_cmd_info || text ||  ||  || 명령어 파라미터 정보<ref>command parameter info</ref>
|-
| job_cmd_ver || int(1) ||  ||  || 명령어 버전<ref>command version</ref>
|-
| callback_type || int(1) ||  ||  || 콜백타입, 0:폴링, 1:이메일 <ref>call back type, 0 : polling, 1 : email</ref>
|-
| callback_address || varchar(128) ||  ||  || 콜백주소<ref>call back address by callback_type</ref>
|-
| job_status || int(1) ||  ||  || 작업수행상태<ref>general job execution status</ref>
|-
| job_process_status || int(1) ||  ||  || 작업 관련 프로세스 상태<ref>job specific process status for asynchronize progress update</ref>
|-
| job_result_code || int(1) ||  ||  || 작업결과코드<ref>job result code, specify error code corresponding to result message</ref>
|-
| job_result || text ||  ||  || 작업결과 정보<ref>job result info</ref>
|-
| job_init_msid || bigint ||  ||  || 초기MS아이디<ref>the initiating msid</ref>
|-
| job_complete_msid || bigint ||  ||  || 완료MS아이디<ref>completing msid</ref>
|-
| created || datetime ||  || INDEX || 생성일시<ref>date created</ref>
|-
| last_updated || datetime ||  || INDEX || 갱신일시<ref>date updated</ref>
|-
| last_polled || datetime ||  || INDEX || 등록일시<ref>date polled</ref>
|-
| removed || datetime ||  || INDEX || 삭제일시<ref>date removed</ref>
|-
| uuid || varchar(40) ||  || UNIQUE ||
|}


==같이 보기==
==같이 보기==
*[[클라우드스택]]
* [[클라우드스택 async_job 테이블]]
 
* [[클라우드스택]]
==주석==
<references/>


==참고 자료==
==참고==
*http://www.slideshare.net/MuraliReddy2/hacking-apache-cloud-stack-15498248
*http://www.slideshare.net/MuraliReddy2/hacking-apache-cloud-stack-15498248
*https://github.com/apache/cloudstack/compare/master...zetawiki:patch-1
*https://github.com/apache/cloudstack/compare/master...zetawiki:patch-1


[[분류: CloudStack]]
[[분류: CloudStack]]
[[분류: 테이블]]

2018년 2월 4일 (일) 20:50 기준 최신판

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}