ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. lvm
    Log in to post
    • All categories
    • scottalanmillerS

      SAMIT: Should You Still Be Using Disk Partitions

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion storage partition lvm logical volume samit youtube
      24
      2 Votes
      24 Posts
      2k Views
      scottalanmillerS

      @Fredtx said in SAMIT: Should You Still Be Using Disk Partitions:

      In a Windows world, it seems it would be better to create a Storage Space, because it gives you the flexibility to extend the storage instead of having to add/mount another virtual drive if you were to run out of space.

      Exactly. Same logic applies universally, always best to have that flexibility on your platform. It has no real overhead, but protects against the unknown.

    • JaredBuschJ

      Proxmox VE Setup

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion proxmox ve proxmox proxmox 6.3 cluster replication zfs lvm
      17
      1 Votes
      17 Posts
      4k Views
      Doyler3000D

      @DustinB3403
      I don't doubt it.
      There wasn't really any added complexity though. PVE was installed with all the defaults.

    • JaredBuschJ

      BTRFS is not default on Fedora 33 Server Minimal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion btrfs lvm fedora 33 fedora fedora server fedora workstation
      11
      1 Votes
      11 Posts
      2k Views
      scottalanmillerS

      @black3dynamite said in BTRFS is not default on Fedora 33 Server Minimal:

      @scottalanmiller said in BTRFS is not default on Fedora 33 Server Minimal:

      Stratis is just an automation and communication layer for XFS and LVM

      I did not know that.

      I didn't either, was just researching it, lol. It makes it a lot more valuable, it is essentially taking the "one filesystem" advantages of ZFS or BtrFS and making them happen with traditional, mature technologies. Kind of a best of both worlds approach. Actually quite nice, if it works well.

    • AdamFA

      LVM Partition resize

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lvm
      17
      0 Votes
      17 Posts
      1k Views
      AdamFA

      @JaredBusch said in LVM Partition resize:

      @fuznutz04 yes, I did exactly that.

      Then whenever things got full again, I was able to simply drop/create the one table without stopping anything.

      Well, looks like I know what i'll be doing tonight.

    • scottalanmillerS

      UNIX: ZFS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion unix linux solaris bsd freebsd sam linux administration file system storage zfs raid lvm logical volume managers software raid
      2
      1 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Placeholder

    • DustinB3403D

      KVM on Fedora

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm lvm lvm management fedora 28
      14
      1 Votes
      14 Posts
      1k Views
      DustinB3403D

      @obsolesce said in KVM on Fedora:

      @dustinb3403 said in KVM on Fedora:

      I've just added

      /home/user.name/vm-storage/ defaults 1 1

      to fstab, should that do?

      And actually looking in the existing directories that I was going to use, nothing was there. .

      Why didn't you set this up before you installed Fedora using custom partitioning?

      Now, why aren't you fixing it via Cockpit?

      Because im tired and running around raged.

    • EddieJenningsE

      Storage Setup for KVM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm storage lvm storage planning virtualization
      11
      1 Votes
      11 Posts
      2k Views
      EddieJenningsE

      @travisdh1 said in Storage Setup for KVM:

      @emad-r said in Storage Setup for KVM:

      @eddiejennings

      keep your images and ISOs in the default location of /var/lib/libvirt/images/?

      Yes I do, but I create 2 new folders there, iso and vm.

      Fedora will be presented a 4 TB block device ?
      Why dont you separe that a little, and have more fun. Block device I assume DAS, if no why dont you make the storage reliable and robust, and make it its own server, like another fedora or centos install, with RAID 10 and the simplest option to share is NFS, and this way you can have many KVMs and the migration feature will actually work, and you can do RAID on just /var, and you scan scale easily with KVM nodes + KVM nodes can be state file, think salt stack, and you can treat them as pure compute nodes.

      Because @EddieJennings is talking about his home lab, which will consist of a single 1U server. That hadn't been mentioned in this thread.

      Bah! Folks should be able to read my mind ;). There were some good ideas in this thread though.

      What I decided on was giving enough space to / live comfortably, and gave everything else to /var.

    • K

      Adding additional Drive to XenServer host, get error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion raid perc h200 xenserver xen virtualization storage lvm linux
      27
      1 Votes
      27 Posts
      5k Views
      black3dynamiteB

      @krisleslie said in Adding additional Drive to XenServer host, get error:

      @black3dynamite i use 1 hdd 😞

      I meant virtual disks. VM1 with virtual disk 1 = OS and virtual disk 2 = data

    • mlnewsM

      What LVM GUI to Use for Remote Linux Machine

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux lvm xp
      27
      0 Votes
      27 Posts
      4k Views
      Reid CooperR

      Cockpit has come a long way in the last year or two. It's kind of leading the industry as far as nice interfaces. Still early without a ton of functionality, but it is getting better and better.

    • AdamFA

      Vultr, Block Storage CentOS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vultr lvm centos
      28
      0 Votes
      28 Posts
      4k Views
      AdamFA

      @scottalanmiller said in Vultr, Block Storage CentOS:

      @fuznutz04 said in Vultr, Block Storage CentOS:

      @travisdh1 So on second thought, I'm thinking it might be a better approach to redirect the call recordings to the block device directly, without extending the LVM volume to the block device. So it would be like this:

      Attach block device and create partition and file system.
      Mount the new device to a new directory (/callrecordings)
      In FreePBX, point the call recordings to this new directory.

      This way, the VPS disk, is still completely separate from the block device disk. In my head, this just seems cleaner, and has less potential for errors if the block device is ever unavailable.

      Thoughts?

      Yes, that makes way more sense.

      The only thing that made me think of that was because about 2 weeks ago Vultr NJ had some issues with block storage. If they have an issue again, at least I could still boot the VM. (although I would have to remove the block device from the fstab. But then, It should boot fine I suppose. (crosses fingers)

    • gjacobseG

      Expanding LVM disk

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v fedora fedora 25 fedora 26 lvm linux hyper-v 2012 r2 storage
      15
      0 Votes
      15 Posts
      2k Views
      JaredBuschJ

      Open a crontab for the apache user

      crontab -u apache -e */15 * * * * php -f /var/www/html/nextcloud/cron.php
    • scottalanmillerS

      Linux: BtrFS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux btrfs filesystems filesystem sam linux administration raid lvm logical volume managers
      54
      8 Votes
      54 Posts
      9k Views
      stacksofplatesS

      Ya with a preallocated qcow2 I can get pretty close to raw speeds. No one is going to notice 10MB/s or even 20 in normal settings.

    • scottalanmillerS

      Understanding Hybrid RAIDs

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hybrid raid raid storage lvm logical volume managers
      2
      3 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Of course, in more modern systems, the use of advanced LVMs instead of older partitions makes this a little more flexible so that more control over the process can exist. But all of the core problems still exist.

      Some vendors try to market this mechanism as "RAID virtualization", which isn't a completely crazy name due to the layers of abstraction, but it makes it sound valuable when, in reality, it is not. RAID virtualization when used for the purpose of enabling hot or live RAID array growth is generally a good idea. Used as a kludge to enable bad ideas, it remains bad.

    • DustinB3403D

      Fedora Block Device Full How - Extend Partition

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion fedora lvm extend partition
      46
      1 Votes
      46 Posts
      7k Views
      travisdh1T

      @scottalanmiller said in Fedora Block Device Full How - Extend Partition:

      @travisdh1 said in Fedora Block Device Full How - Extend Partition:

      @scottalanmiller said in Fedora Block Device Full How - Extend Partition:

      I'm late to the party. But the root is HUGE for Linux. We normally use 12GB. 20GB is the largest I would use. Why are you extending that? What's the goal in having the root be so large?

      Whoever first set it up (it wasn't @DustinB3403), just dropped everything onto the root partition. Against every best practice ever written/known for Unix/Linux.

      Still, that doesn't create a need for expanding the root in most cases.

      If I would have known this before helping to fix a broken system... hindsight sadly.

    • DustinB3403D

      PERC H730P Mini - Multiple LV's

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lvm raid perc h730 raid controller hardware raid storage
      31
      2 Votes
      31 Posts
      5k Views
      stacksofplatesS

      @Texkonc said in PERC H730P Mini - Multiple LV's:

      Dustin

      Oh ok

    • steveS

      Travis Hershberger: Linux LVM Storage

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon linux mangocon mangocon 2016 travis hershberger lvm logical volume managers linux lvm youtube
      7
      4 Votes
      7 Posts
      2k Views
      DashrenderD

      Time to watch this - see if I can apply it to use in XS7.

    • AdamFA

      XenServer installation SR issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xencenter xenserver xenserver 7 xen virtualization lvm ext3 poweredge r710 perc h700
      88
      0 Votes
      88 Posts
      22k Views
      AdamFA

      So I was able to make another array, and was also able to make an SR on that array. It's still strange that I'm not able to use thin provisioning by default on install, but for now, it's working.

    • momurdaM

      iscsi target Path configuration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion iscsi linux lvm device mapper san lun
      7
      2 Votes
      7 Posts
      2k Views
      scottalanmillerS

      @thwr said in iscsi target Path configuration:

      @scottalanmiller said in iscsi target Path configuration:

      Last system I checked LVM and mapper were equal symlinks pointing to the same thing. I checked it because I was documenting on CentOS.

      Still interesting. Device mapper is just that, a mapper pointing to LVM (and LUKS) devices for example. So your mapper and LVM are both pointing to something "physical" like md devices or sd*?

      Both pointing to the dm device, which is another layer of mapping.

    • scottalanmillerS

      Resize2fs Fails to Resize Ext4

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux rhel resize2fs ext4 resize4fs lvm
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Adding New Drives to an HP Proliant SmartArray with LVM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux rhel centos storage lvm smartarray proliant hpacucli smartarray p410 proliant dl380 g6 hpe
      1
      4 Votes
      1 Posts
      2k Views
      No one has replied
    • 1
    • 2
    • 1 / 2