EVE-NG硬盘扩容,存储海量镜像

来源 http://blog.51cto.com/sms1107/1928453

一、查看当前磁盘使用情况

/dev/mapper/eve--ng--vg-root,所以我们只要把这个LV容量扩大即可

二、给EVE-NG硬盘扩大容量,对于EVE-NG来说,相当于加大物理磁盘容量

把EVE-NG关机后编辑EVE-NG虚拟机

注意:无法扩展具有快照的虚拟机中的磁盘,必须删除快照。

点击扩展

填写磁盘大小,点扩展

等待完成扩展

三、EVE-NG系统层面增大VG容量

1、加电开机EVE-NG,确认硬盘容量为500G

root@eve-ng:~# fdisk -l

……

……

……

Disk /dev/sda: 500 GiB, 536870912000 bytes, 1048576000 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x6d98196e

Device     Boot   Start      End  Sectors  Size Id Type(硬盘分区情况)

/dev/sda1  *       2048   999423   997376  487M 83 Linux

/dev/sda2       1001470  61911042 29.5G  5 Extended (sda2的end sector值,该数值 +1即是sda3的start sector)

/dev/sda5       1001472 62912511 61911040 29.5G 8e Linux LVM

Disk /dev/mapper/eve--ng--vg-root: 23.5 GiB, 25253904384 bytes, 49324032 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/eve--ng--vg-swap_1: 6 GiB, 6442450944 bytes, 12582912 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

root@eve-ng:~#

2、给硬盘sda分区

root@eve-ng:~# fdisk /dev/sda

Welcome to fdisk (util-linux 2.27.1).

Changes will remain in memory only, until you decide to write them.

Be careful before using the write command.

Command (m for help): n

Partition type

p   primary (1 primary, 1 extended, 2 free)

l   logical (numbered from 5)

Select (default p): p

Partition number (3,4, default 3):

First sector (999424-1048575999, default 999424): 62912512

#(sda3的start sector,该值是sda2的end sector值 +1)

Last sector, +sectors or +size{K,M,G,T,P} (62912512-1048575999, default 1048575999):

Created a new partition 3 of type 'Linux' and of size 470 GiB.

Command (m for help): p

Disk /dev/sda: 500 GiB, 536870912000 bytes, 1048576000 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x6d98196e

Device     Boot    Start        End   Sectors  Size Id Type

/dev/sda1  *        2048     999423    997376  487M 83 Linux

/dev/sda2        1001470   62912511  61911042 29.5G  5 Extended

/dev/sda3       62912512 1048575999 985663488  470G 83 Linux

/dev/sda5        1001472   62912511  61911040 29.5G 8e Linux LVM

Partition table entries are not in disk order.

Command (m for help): w

The partition table has been altered.

Calling ioctl() to re-read partition table.

Re-reading the partition table failed.: Device or resource busy

The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).

root@eve-ng:~# reboot (重启,使分区生效)

3、将sda3加入到VG中

查看VG的名字

root@eve-ng:~# vgdisplay

--- Volume group ---

VG Name               eve-ng-vg

System ID

Format                lvm2

Metadata Areas        1

Metadata Sequence No  3

VG Access             read/write

VG Status             resizable

MAX LV                0

Cur LV                2

Open LV               2

Max PV                0

Cur PV                1

Act PV                1

VG Size               29.52 GiB

PE Size               4.00 MiB

Total PE              7557

Alloc PE / Size       7557 / 29.52 GiB

Free  PE / Size       0 / 0

VG UUID               9MuCtK-vJSR-Y2aw-iIPi-lQa3-0onn-m5uNbv

将sda3加入到eve-ng-vg这个VG中

root@eve-ng:~# vgextend eve-ng-vg /dev/sda3

Physical volume "/dev/sda3" successfully created

Volume group "eve-ng-vg" successfully extended

root@eve-ng:~# vgdisplay

--- Volume group ---

VG Name               eve-ng-vg

System ID

Format                lvm2

Metadata Areas        2

Metadata Sequence No  4

VG Access             read/write

VG Status             resizable

MAX LV                0

Cur LV                2

Open LV               2

Max PV                0

Cur PV                2

Act PV                2

VG Size               499.52 GiB

PE Size               4.00 MiB

Total PE              127877

Alloc PE / Size       7557 / 29.52 GiB

Free  PE / Size       120320 / 470.00 GiB

VG UUID               9MuCtK-vJSR-Y2aw-iIPi-lQa3-0onn-m5uNbv

4、扩容LV

查看LV路径

root@eve-ng:~# lvdisplay

--- Logical volume ---

LV Path                /dev/eve-ng-vg/root

LV Name                root

VG Name                eve-ng-vg

LV UUID                0wyDXu-602J-HQ0N-T1Ue-J5si-EFFY-vKO1tX

LV Write Access        read/write

LV Creation host, time eve-ng, 2017-03-18 22:23:02 +0200

LV Status              available

# open                 1

LV Size                23.52 GiB

Current LE             6021

Segments               1

Allocation             inherit

Read ahead sectors     auto

- currently set to     256

Block device           252:0

--- Logical volume ---

LV Path                /dev/eve-ng-vg/swap_1

LV Name                swap_1

VG Name                eve-ng-vg

LV UUID                umXPMX-3BGd-2TR6-Msjn-zp05-GLvx-ReOHx6

LV Write Access        read/write

LV Creation host, time eve-ng, 2017-03-18 22:23:02 +0200

LV Status              available

# open                 2

LV Size                6.00 GiB

Current LE             1536

Segments               1

Allocation             inherit

Read ahead sectors     auto

- currently set to     256

Block device           252:1

将剩余容量扩容到/dev/eve-ng-vg/root路径下

root@eve-ng:~# lvextend -l +100%FREE /dev/eve-ng-vg/root

Size of logical volume eve-ng-vg/root changed from 23.52 GiB (6021 extents) to 493.52 GiB (126341 extents).

Logical volume root successfully resized.

root@eve-ng:~# lvdisplay

--- Logical volume ---

LV Path                /dev/eve-ng-vg/root

LV Name                root

VG Name                eve-ng-vg

LV UUID                0wyDXu-602J-HQ0N-T1Ue-J5si-EFFY-vKO1tX

LV Write Access        read/write

LV Creation host, time eve-ng, 2017-03-18 22:23:02 +0200

LV Status              available

# open                 1

LV Size                493.52 GiB

Current LE             126341

Segments               2

Allocation             inherit

Read ahead sectors     auto

- currently set to     256

Block device           252:0

--- Logical volume ---

LV Path                /dev/eve-ng-vg/swap_1

LV Name                swap_1

VG Name                eve-ng-vg

LV UUID                umXPMX-3BGd-2TR6-Msjn-zp05-GLvx-ReOHx6

LV Write Access        read/write

LV Creation host, time eve-ng, 2017-03-18 22:23:02 +0200

LV Status              available

# open                 2

LV Size                6.00 GiB

Current LE             1536

Segments               1

Allocation             inherit

Read ahead sectors     auto

- currently set to     256

Block device           252:1

重新定义文件系统大小

root@eve-ng:~# resize2fs /dev/eve-ng-vg/root

resize2fs 1.42.13 (17-May-2015)

Filesystem at /dev/eve-ng-vg/root is mounted on /; on-line resizing required

old_desc_blocks = 2, new_desc_blocks = 31

The filesystem on /dev/eve-ng-vg/root is now 129373184 (4k) blocks long.

5、查看磁盘使用情况

root@eve-ng:~# df -h

Filesystem                    Size  Used Avail Use% Mounted on

udev                          2.9G     0  2.9G   0% /dev

tmpfs                         597M   14M  584M   3% /run

/dev/mapper/eve--ng--vg-root  486G  6.1G  460G   2% /

tmpfs                         3.0G     0  3.0G   0% /dev/shm

tmpfs                         5.0M     0  5.0M   0% /run/lock

tmpfs                         3.0G     0  3.0G   0% /sys/fs/cgroup

/dev/sda1                     472M  105M  343M  24% /boot

root@eve-ng:~#

好啦,扩容完成!各位,随意上传镜像吧,镜像再多也不怕!

================== End

EVE-NG硬盘扩容,存储海量镜像的更多相关文章

  1. [linux]如何为Virtualbox虚拟硬盘扩容(转载)

    前言 这个教程介绍如何为Virtualbox虚拟硬盘扩容,虚拟硬盘分为动态分配大小和固定虚拟硬盘,扩容的方法不一样: 如何为动态分配的Virtualbox虚拟硬盘扩容 如何为固定大小的Virtualb ...

  2. linux 为动态分配的Virtualbox虚拟硬盘扩容

    如何为动态分配的Virtualbox虚拟硬盘扩容 查看虚拟硬盘是否是动态分配大小 打开虚拟机的设置界面,在左侧栏点击存储.在存储树下面选择你的虚拟硬盘.在右边可以看见虚拟硬盘的信息.在下面可以看见,我 ...

  3. 用hdfs存储海量的视频数据的设计思路

    用hdfs存储海量的视频数据 存储海量的视频数据,主要考虑两个因素:如何接收视频数据和如何存储视频数据. 我们要根据数据block在集群上的位置分配计算量,要充分利用带宽的优势. 1.接收视频数据 将 ...

  4. 解决持久化数据太大,单个节点的硬盘无法存储的问题;解决运算量太大,单个节点的内存、CPU无法处理的问题

    需要学习的技术很多,要自学新知识也不是一件容易的事,选择一个自己比较感兴趣的会是一个比较好的开端,于是,打算学一学分布式系统. 带着问题,有目的的学习,先了解整体架构,在深入感兴趣的细节,这是我的计划 ...

  5. linux学习之硬盘的存储原理和内部架构

    原文地址:https://blog.csdn.net/tanggao1314/article/details/52074735 首先,让我们看一下硬盘的发展史: 1956年9月13日,IBM的IBM ...

  6. virtualbox硬盘扩容

    https://blog.csdn.net/ouyang_peng/article/details/53261599 1. cmd界面进入virtualbox安装目录:cd C:\Program Fi ...

  7. (转)fastdfs group通过添加硬盘扩容

    通过给group的机器添加硬盘的方式,实现某个group的扩容. fastdfs在一台服务器支持多个store_path,每个store_path指向一个存储路径.url “M00/3F/E1/oYY ...

  8. fastdfs group通过添加硬盘扩容

    通过给group的机器添加硬盘的方式,实现某个group的扩容. fastdfs在一台服务器支持多个store_path,每个store_path指向一个存储路径.url "M00/3F/E ...

  9. 【vagrant】硬盘扩容

    如题,笔者之前一直在使用vagrant作为虚拟机使用. vagrant的好处自然不必说,只是有一天遇到了一个麻烦事--虚拟硬盘空间不!够!了! 笔者使用了df -h命令一看,结果发现,主硬盘(/dev ...

随机推荐

  1. CF833E Caramel Clouds

    题面 天上有$n$朵云,每朵云$i$会在时间$[l_i,r_i]$出现,你有$\text C$个糖果,你可以花费$c_i$个糖果让云$i$消失,同时需要保证你最多让两朵云消失.现在有$m$个独立的询问 ...

  2. 【洛谷P4178】Tree

    题面 题解 感觉和\(CDQ\)分治一样套路啊 首先,构建出点分树 对于每一层分治重心,求出它到子树中任意点的距离 然后\(two-pointers\)计算满足小于等于\(K\)的点对数目,加入答案 ...

  3. 【LG3244】[HNOI2015]落忆枫音

    题面 洛谷 题解 20pts 枚举每一条边是否在树中即可. 另10pts 我们考虑一张\(DAG\)中构成树的方法数,每个点选一个父亲即可,那么有 \[Ans=\prod_{i=1}^{n} deg_ ...

  4. 【LG5021】[NOIP2018]赛道修建

    [LG5021][NOIP2018]赛道修建 题面 洛谷 题解 NOIP之前做过增强版还没做出来\(QAQ\) 一看到题目中的最大值最小,就很容易想到二分答案 重点是考虑如何\(check\) 设\( ...

  5. Linux 的字符串截取

    假设有变量 var=http://www.aaa.com/123.htm 1. # 号截取,删除左边字符,保留右边字符. echo ${var#*//} 其中 var 是变量名,# 号是运算符,*// ...

  6. 一个web应用的诞生(5)--数据表单

    下面把角色分为两种,普通用户和管理员用户,至少对于普通用户来说,直接修改DB是不可取的,要有用户注册的功能,下面就开始进行用户注册的开发. 用户表 首先要想好用户注册的时候需要提供什么信息:用户名.密 ...

  7. C/C++ 下mysql应用封装(连接增删改查)

    mysql - 初始化 1) mysql_init():初始化数据库 2) mysql_real_connect()(不推荐用Mysql_connect()):连接数据库 详细代码如下: bool d ...

  8. 简单在kubernetes中安装cadvisor

    cadvisor用于分析docker资源占用情况及性能的工具 安装命令: docker run --volume=/:/rootfs:ro --volume=/: --detach=true --na ...

  9. Seven super tips for successful selling on Amazon

    Check for orders daily: To ship quickly you need to find out about orders promptly. We will e-mail y ...

  10. 实验一 MiniOS

    实验一.命令解释程序的编写实验 商软1班   杨晶晶  201406114102 一.        实验目的 (1)掌握命令解释程序的原理: (2)掌握简单的DOS调用方法: (3)掌握C语言编程初 ...