KR20070061088A - 파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 - Google Patents
파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 Download PDFInfo
- Publication number
- KR20070061088A KR20070061088A KR1020060044257A KR20060044257A KR20070061088A KR 20070061088 A KR20070061088 A KR 20070061088A KR 1020060044257 A KR1020060044257 A KR 1020060044257A KR 20060044257 A KR20060044257 A KR 20060044257A KR 20070061088 A KR20070061088 A KR 20070061088A
- Authority
- KR
- South Korea
- Prior art keywords
- metadata
- file
- identifier
- magic code
- generating
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000007726 management method Methods 0.000 title claims abstract description 26
- 238000000034 method Methods 0.000 claims description 45
- 238000011084 recovery Methods 0.000 claims description 29
- 230000002085 persistent effect Effects 0.000 description 12
- 238000012217 deletion Methods 0.000 description 8
- 230000037430 deletion Effects 0.000 description 8
- 238000012545 processing Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000005192 partition Methods 0.000 description 3
- 238000012508 change request Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 239000003999 initiator Substances 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000001771 impaired effect Effects 0.000 description 1
- 238000000125 metastable de-excitation spectroscopy Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000007847 structural defect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/164—File meta data generation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/14—Details of searching files based on file metadata
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Library & Information Science (AREA)
- Human Computer Interaction (AREA)
- Computer Hardware Design (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
명령어 | 동작 코드(OP code) | 서비스 동작(service action) |
CREATE | 7Fh | 8802h |
CREATE COLLECTION | 7Fh | 8815h |
CREATE PARTITION | 7Fh | 880Bh |
FLUSH OBJECT | 7Fh | 8808h |
GET_ATTRIBUTES | 7Fh | 880Eh |
LIST | 7Fh | 8803h |
LIST COLLECTION | 7Fh | 8817h |
READ | 7Fh | 8805h |
REMOVE | 7Fh | 880Ah |
REMOVE COLLECTION | 7Fh | 8816h |
REMOVE PARTITION | 7Fh | 880Ch |
SET_ATTRIBUTES | 7Fh | 880Ff |
WRITE | 7Fh | 8806h |
Claims (17)
- 제1파일에 대해 동일한 제1식별자를 갖는 제1메타데이터 및 제1객체를 생성하는 단계; 및상기 단계에서 생성된 복수의 파일들중 찾고자하는 이름의 제2파일에 대응되는 제2메타데이터 및 제2객체를 제2식별자를 이용하여 찾고, 상기 제2메타데이터 및 제2객체가 찾아지면 상기 제2파일을 개방하는 단계를 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제1항에 있어서, 상기 제1메타데이터 및 제1객체를 생성하는 단계는상기 제1파일에 대한 매직 코드를 얻는 단계;상기 제1파일의 이름과 상기 매직 코드를 이용하여 상기 제1메타데이터를 생성하고, 상기 제1메타데이터에 대한 상기 제1식별자를 얻는 단계; 및상기 제1식별자와 동일한 식별자를 갖는 상기 제1객체를 생성하는 단계를 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제2항에 있어서,상기 제1식별자와 동일한 식별자의 제3객체가 이미 존재하여 상기 제1객체가 생성되지 않았다면, 상기 제3객체를 삭제하는 단계; 및상기 제1식별자와 동일한 식별자를 갖는 상기 제1객체를 생성하는 단계를 더 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제2항에 있어서,상기 매직 코드를 상기 제1객체의 사용자 속성으로 설정하는 단계를 더 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제2항 내지 제4항중 어느 한 항에 있어서, 상기 매직 코드는랜덤 넘버, 클럭, 상기 제1메타데이터가 생성될 때마다 1씩 증가하는 전역 카운터의 현재 값, 상기 제1식별자가 생성되는 파일에 할당될 때마다 1씩 증가하는 카운터의 현재 값중 하나로 결정되는 것을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제1항 내지 제4항 중 어느 한 항에 있어서, 상기 각 단계는SCSI/OSD 명령어를 이용하여 수행되는 것을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제1항에 있어서, 상기 제2파일을 개방하는 단계는상기 제2파일에 대응되는 상기 제2식별자를 탐색하여 상기 제2메타데이터 및 매직 코드를 얻는 단계;상기 제2식별자와 동일한 식별자를 갖는 제3객체를 찾고, 상기 제3객체의 매 직코드 속성값이 상기 매직 코드와 일치하는지를 판단하는 단계; 및일치한다면, 상기 제3객체가 제2객체임을 확인하고 상기 제2파일을 개방하는 단계를 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제7항에 있어서, 상기 제3객체를 찾는 단계는상기 제3객체가 존재하지 않는다면, 상기 제2식별자와 동일한 식별자를 갖는 제4객체를 생성하는 단계; 및상기 제2메타데이터의 매직 코드를 상기 제4객체의 매직 코드의 속성으로 설정하는 단계를 더 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제7항에 있어서,상기 제3객체의 매직코드 속성값이 상기 매직 코드와 일치하는지의 판단은 SCSI/OSD의 명령어를 사용하여 이루어지는 것을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제7항에 있어서, 상기 제3객체의 매직코드 속성값이 상기 매직 코드와 일치하는지를 판단하는 단계는상기 제3객체가 존재하나 상기 제3객체의 매직코드 속성값이 상기 매직 코드와 일치하지 않으면, 상기 제3객체를 삭제하는 단계;상기 제2식별자와 동일한 식별자를 갖는 제4객체를 생성하는 단계; 및상기 제2메타데이터의 매직 코드를 상기 제4객체의 매직 코드의 속성으로 설정하는 단계를 더 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제1항에 있어서,삭제할 제3파일의 객체를 제거하는 단계; 및상기 제3파일의 메타데이터를 제거하는 단계를 더 포함하여 상기 제3파일을 삭제하는 것을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 제1항에 있어서,상기 객체들의 식별자들을 일괄적으로 또는 차례대로 얻어서 1:1로 상기 메타데이터의 식별자들과 비교하는 단계; 및상기 비교결과, 양측에 공통으로 존재하지 않는 식별자들을 에러로 판정하는 단계를 포함함을 특징으로 하는 파일 시스템에서 파일 관리 방법.
- 생성할 파일에 대한 메타데이터 및 객체를 생성하는 생성부;상기 메타데이터를 저장하는 저장부;상기 메타데이터를 상기 저장부에 저장하고, 상기 객체를 외부에 저장하며 상기 메타데이터 및 객체를 관리하는 저장관리부; 및상기 생성부에 의한 상기 메타데이터 및 객체 생성시, 또는 상기 저장관리부에 의한 상기 메타데이터 및 객체의 관리시, 상기 메타데이터 또는 객체에 대해 발 생하는 에러를 감지하고 복구하는 고장회복부를 포함함을 특징으로 하는 메타데이터 서버.
- 제13항에 있어서,상기 외부에 저장된 객체를 관리하기 위해 상기 생성부, 저장관리부 및 고장회복부는 SCSI/OSD 프로토콜을 통해 상기 외부와 통신하는 것을 특징으로 하는 메타데이터 서버.
- 제13항에 있어서, 상기 생성부는상기 파일에 대해 동일한 식별자를 갖는 상기 메타데이터 및 객체를 생성하는 것을 특징으로 하는 메타데이터 서버.
- 제14항에 있어서, 상기 생성부는상기 파일에 대한 매직 코드를 얻는 단계;상기 파일의 이름과 상기 매직 코드를 이용하여 상기 메타데이터를 생성하고, 상기 메타데이터에 대한 상기 식별자를 얻는 단계; 및상기 식별자와 동일한 식별자를 갖는 상기 객체를 생성하는 단계를 수행하여 상기 메타데이터 및 객체를 생성하는 것을 특징으로 하는 메타데이터 서버.
- 제13항에 있어서, 상기 저장관리부는찾고자하는 파일에 대응되는 식별자를 탐색하여 제2메타데이터 및 매직 코드를 얻는 단계; 및상기 식별자와 동일한 식별자를 갖는 제2객체를 찾고, 상기 제2객체의 매직코드 속성값이 상기 매직 코드와 일치하는지를 판단하는 단계를 수행하고,상기 제2객체의 매직코드 속성값이 상기 매직 코드와 일치하면 상기 찾고자하는 파일을 개방하는 것을 특징으로 하는 파일 시스템에서 파일 관리 방법.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020060044257A KR100825720B1 (ko) | 2005-12-08 | 2006-05-17 | 파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 |
US11/634,483 US20070143286A1 (en) | 2005-12-08 | 2006-12-06 | File management method in file system and metadata server therefor |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20050119483 | 2005-12-08 | ||
KR1020050119483 | 2005-12-08 | ||
KR1020060044257A KR100825720B1 (ko) | 2005-12-08 | 2006-05-17 | 파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20070061088A true KR20070061088A (ko) | 2007-06-13 |
KR100825720B1 KR100825720B1 (ko) | 2008-04-29 |
Family
ID=38174958
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020060044257A Expired - Fee Related KR100825720B1 (ko) | 2005-12-08 | 2006-05-17 | 파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20070143286A1 (ko) |
KR (1) | KR100825720B1 (ko) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100912127B1 (ko) * | 2006-12-04 | 2009-08-13 | 한국전자통신연구원 | 메타데이터 관리 시스템 및 메타데이터 관리 방법 |
KR100977159B1 (ko) * | 2007-12-14 | 2010-08-20 | 한국전자통신연구원 | 데이터 서버 주소의 변경과 디스크 이동에 투명한 파일메타데이터 관리 방법 및 시스템 |
KR101010219B1 (ko) * | 2008-12-16 | 2011-01-21 | 한국전자통신연구원 | 비대칭 분산 파일 시스템과 그의 점진적 일관성 오류 감지 및 복구 방법 |
CN111770158A (zh) * | 2020-06-24 | 2020-10-13 | 腾讯科技(深圳)有限公司 | 云平台恢复方法、装置、电子设备及计算机可读存储介质 |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7228320B2 (en) * | 2004-11-17 | 2007-06-05 | Hitachi, Ltd. | System and method for creating an object-level snapshot in a storage system |
CN100595761C (zh) * | 2007-12-29 | 2010-03-24 | 中国科学院计算技术研究所 | 一种拆分名字空间的元数据管理方法 |
KR101453425B1 (ko) * | 2008-12-18 | 2014-10-23 | 한국전자통신연구원 | 메타데이터 서버 및 메타데이터 관리 방법 |
US9449169B2 (en) * | 2012-03-26 | 2016-09-20 | Vmware, Inc. | Block storage virtualization on commodity secure digital cards |
CN102999353B (zh) * | 2012-11-15 | 2016-02-03 | 青岛海信宽带多媒体技术有限公司 | 创建设备节点的方法及装置 |
CN103078907B (zh) * | 2012-12-26 | 2016-03-30 | 华为技术有限公司 | 上传、云备份、查找、恢复数据的方法及装置 |
CN104679772B (zh) * | 2013-11-29 | 2019-01-25 | 深圳市腾讯计算机系统有限公司 | 分布式数据仓库中删除文件的方法、装置、设备及系统 |
US10719487B2 (en) * | 2016-01-29 | 2020-07-21 | M-Files Oy | Method, an apparatus, a computer program product for determining metadata for a data item |
KR102545067B1 (ko) | 2016-03-02 | 2023-06-20 | 한국전자통신연구원 | 로그 구조 파일 시스템의 메타 데이터 저장 방법, 시스템 및 컴퓨터 판독 가능한 기록 매체 |
US10545829B2 (en) * | 2017-08-29 | 2020-01-28 | Western Digital Technologies, Inc. | Using file system extended attributes to recover databases in hierarchical file systems |
US11768804B2 (en) * | 2018-03-29 | 2023-09-26 | Konica Minolta Business Solutions U.S.A., Inc. | Deep search embedding of inferred document characteristics |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100453228B1 (ko) * | 2002-03-21 | 2004-10-15 | 한국전자통신연구원 | 공유 디스크 파일 시스템의 저널링 및 회복 방법 |
US7155464B2 (en) * | 2002-03-29 | 2006-12-26 | Panasas, Inc. | Recovering and checking large file systems in an object-based data storage system |
JP4381012B2 (ja) * | 2003-03-14 | 2009-12-09 | ヒューレット・パッカード・カンパニー | 万物識別子を用いたデータ検索システムおよびデータ検索方法 |
EP1587324A1 (en) * | 2004-04-15 | 2005-10-19 | Deutsche Thomson-Brandt Gmbh | Method and device for handling metadata |
US7346733B2 (en) * | 2004-09-09 | 2008-03-18 | Hitachi, Ltd. | Storage apparatus, system and method using a plurality of object-based storage devices |
US7228320B2 (en) * | 2004-11-17 | 2007-06-05 | Hitachi, Ltd. | System and method for creating an object-level snapshot in a storage system |
US7213116B2 (en) * | 2005-03-24 | 2007-05-01 | Hitachi, Ltd. | Method and apparatus for mirroring objects between storage systems |
-
2006
- 2006-05-17 KR KR1020060044257A patent/KR100825720B1/ko not_active Expired - Fee Related
- 2006-12-06 US US11/634,483 patent/US20070143286A1/en not_active Abandoned
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100912127B1 (ko) * | 2006-12-04 | 2009-08-13 | 한국전자통신연구원 | 메타데이터 관리 시스템 및 메타데이터 관리 방법 |
KR100977159B1 (ko) * | 2007-12-14 | 2010-08-20 | 한국전자통신연구원 | 데이터 서버 주소의 변경과 디스크 이동에 투명한 파일메타데이터 관리 방법 및 시스템 |
KR101010219B1 (ko) * | 2008-12-16 | 2011-01-21 | 한국전자통신연구원 | 비대칭 분산 파일 시스템과 그의 점진적 일관성 오류 감지 및 복구 방법 |
CN111770158A (zh) * | 2020-06-24 | 2020-10-13 | 腾讯科技(深圳)有限公司 | 云平台恢复方法、装置、电子设备及计算机可读存储介质 |
CN111770158B (zh) * | 2020-06-24 | 2023-09-19 | 腾讯科技(深圳)有限公司 | 云平台恢复方法、装置、电子设备及计算机可读存储介质 |
Also Published As
Publication number | Publication date |
---|---|
KR100825720B1 (ko) | 2008-04-29 |
US20070143286A1 (en) | 2007-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100825720B1 (ko) | 파일 시스템에서 파일 관리 방법 및 이를 위한 메타데이터서버 | |
US8495027B2 (en) | Processing archive content based on hierarchical classification levels | |
US7634679B2 (en) | Remote location failover server application | |
JP5254611B2 (ja) | 固定内容分散データ記憶のためのメタデータ管理 | |
JP5918243B2 (ja) | 分散型データベースにおいてインテグリティを管理するためのシステム及び方法 | |
US8060776B1 (en) | Mirror split brain avoidance | |
US7933872B2 (en) | Database backup, refresh and cloning system and method | |
JP5918244B2 (ja) | フォールトトレラントデータベース管理システムにおいてクエリ結果を統合するシステム及び方法 | |
US7840539B2 (en) | Method and system for building a database from backup data images | |
US20060129614A1 (en) | Crash recovery system and method for distributed file server using object based storage | |
US7464238B1 (en) | System and method for verifying the consistency of mirrored data sets | |
US7664785B2 (en) | Method and apparatus of WAFS backup managed in centralized center | |
US20040254964A1 (en) | Data replication with rollback | |
US20130036088A1 (en) | Metadata management for fixed content distributed data storage | |
US20100169415A1 (en) | Systems, methods, and apparatus for identifying accessible dispersed digital storage vaults utilizing a centralized registry | |
US8214377B2 (en) | Method, system, and program for managing groups of objects when there are different group types | |
US20100223428A1 (en) | Snapshot reset method and apparatus | |
US20150347250A1 (en) | Database management system for providing partial re-synchronization and partial re-synchronization method of using the same | |
JP2013544386A5 (ko) | ||
CN101334797A (zh) | 一种分布式文件系统及其数据块一致性管理的方法 | |
CN108762982B (zh) | 一种数据库恢复方法、装置及系统 | |
CN106339278A (zh) | 一种网络文件系统的数据备份及恢复方法 | |
JP2020506444A (ja) | 期限切れバックアップ処理方法及びバックアップサーバ | |
US7437523B1 (en) | System and method for on-the-fly file folding in a replicated storage system | |
US20040254962A1 (en) | Data replication for enterprise applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20060517 |
|
PA0201 | Request for examination | ||
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20070917 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20080326 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20080422 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20080423 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20110411 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20110411 Start annual number: 4 End annual number: 4 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |