19%
07.10.2014
of "I remember my first disk was only 30MB and it cost $200" comes flying over the bow, and someone returns fire with "Our first server had two mirrored 90MB disks for a company of 100 people." And
19%
21.08.2012
: 18:59:43 up 2:42, 5 users, load average: 0.05, 0.02, 0.01
n0001: ssh: connect to host n0001 port 22: Connection timed out
pdsh@test1: n0001: ssh exited with exit code 255
You can do many other
19%
21.01.2020
With the parted
utility, you can create a single partition on each entire HDD:
$ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100%; done
An updated list of drives
19%
25.03.2020
0 1048575 sr0
With the parted utility, you can create a single partition on each entire HDD:
$ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100
19%
22.12.2017
containers can be found online [6].
For a better understanding of the setup, a brief introduction to the OpenShift PaaS framework follows before I then look at the configuration of the storage system. Open
19%
30.01.2020
a Linux VM with a self-encrypted volume (e.g., LUKS [6]) and not store the password on the server. With AWS, this does not work for system disks, but it does at least for data volumes. After starting the VM
19%
03.12.2015
in the container configuration. The following example allows 100MB of RAM and 100MB of swap space:
lxc.cgroup.memory.limit_in_bytes = 100M
lxc.cgroup.memory.memsw.limit_in_bytes = 200M
Table 2 [7] provides
19%
12.02.2014
: 0.0% steal: 0.0%
guest: 0.0%
CPU6
user: 0.0% nice: 0.0%
system: 0.0% idle: 100.0%
iowait: 0.0% irq: 0.0%
softirq: 0.0% steal: 0.0%
guest: 0
19%
28.03.2012
# Kernel: 2.6.32-220.4.1.el6.x86_64 Memory: 7540044 Swap:
# NumDisks: 2 DiskNames: sdb sda
# NumNets: 2 NetNames: lo: eth0:100
# NumSlabs: 201 Version: 2.1
# SCSI: DA:1:00:00:00 DA:2:00:00:00 CD:4
19%
30.01.2020
'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 2955 (delta 6), reused 43 (delta 5), pack-reused 2905