sureshanaparti commented on PR #9270:
URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2337436621
@JoaoJandre I've created each file (with size - 300M, from 9th file - 100M)
and created snapshot after that. See the details in the console output below.
```
[root@testvm01 ~]# fdisk -l
Disk /dev/vda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/vda1 * 1 13 104391 83 Linux
/dev/vda2 14 1044 8281507+ 8e Linux LVM
Disk /dev/vdb: 5368 MB, 5368709120 bytes
16 heads, 63 sectors/track, 10402 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/vdb1 1 10402 5242576+ 83 Linux
[root@testvm01 ~]#
[root@testvm01 ~]# pwd
/root
[root@testvm01 ~]# ls -lrth
total 3.0G
-rw-r--r-- 1 root root 0 Jun 10 2010 install.log.syslog
-rw-r--r-- 1 root root 22K Jun 10 2010 install.log
-rw------- 1 root root 1.1K Jun 10 2010 anaconda-ks.cfg
-rw-r--r-- 1 root root 300M Sep 6 04:17 root-test1
-rw-r--r-- 1 root root 300M Sep 6 04:20 root-test2
-rw-r--r-- 1 root root 300M Sep 6 04:22 root-test3
-rw-r--r-- 1 root root 300M Sep 6 04:24 root-test4
-rw-r--r-- 1 root root 300M Sep 6 04:25 root-test5
-rw-r--r-- 1 root root 300M Sep 6 04:27 root-test6
-rw-r--r-- 1 root root 300M Sep 6 04:28 root-test7
-rw-r--r-- 1 root root 300M Sep 6 04:29 root-test8
-rw-r--r-- 1 root root 100M Sep 6 04:31 root-test9
-rw-r--r-- 1 root root 100M Sep 6 04:32 root-test10
-rw-r--r-- 1 root root 100M Sep 6 04:33 root-test11
-rw-r--r-- 1 root root 100M Sep 6 04:35 root-test12
-rw-r--r-- 1 root root 100M Sep 6 04:36 root-test13
-rw-r--r-- 1 root root 100M Sep 6 04:37 root-test14
[root@testvm01 ~]#
[root@testvm01 ~]# mount /dev/vdb1 /mnt
[root@testvm01 ~]# cd /mnt
[root@testvm01 mnt]# ls -lrth
total 3.0G
drwx------ 2 root root 16K Sep 6 04:18 lost+found
-rw-r--r-- 1 root root 300M Sep 6 04:19 data-test1
-rw-r--r-- 1 root root 300M Sep 6 04:21 data-test2
-rw-r--r-- 1 root root 300M Sep 6 04:22 data-test3
-rw-r--r-- 1 root root 300M Sep 6 04:24 data-test4
-rw-r--r-- 1 root root 300M Sep 6 04:26 data-test5
-rw-r--r-- 1 root root 300M Sep 6 04:27 data-test6
-rw-r--r-- 1 root root 300M Sep 6 04:28 data-test7
-rw-r--r-- 1 root root 300M Sep 6 04:30 data-test8
-rw-r--r-- 1 root root 100M Sep 6 04:31 data-test9
-rw-r--r-- 1 root root 100M Sep 6 04:32 data-test10
-rw-r--r-- 1 root root 100M Sep 6 04:33 data-test11
-rw-r--r-- 1 root root 100M Sep 6 04:35 data-test12
-rw-r--r-- 1 root root 100M Sep 6 04:36 data-test13
-rw-r--r-- 1 root root 100M Sep 6 04:38 data-test14
[root@testvm01 mnt]#
[root@testvm01 mnt]# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
6.7G 4.3G 2.1G 67% /
/dev/vda1 99M 13M 82M 14% /boot
tmpfs 250M 0 250M 0% /dev/shm
/dev/vdb1 5.0G 3.1G 1.7G 66% /mnt
[root@testvm01 mnt]#
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]